Skip to main content

VisFontComboBox

Namespace: PPJ.Runtime.Vis

Assembly: PPJ.Runtime.Vis.50 (5.0.0.0)

Displays combo-box items with individual fonts.

public class VisFontComboBox : VisComboBoxBase

Example:

using (var list = new PPJ.Runtime.Vis.VisFontComboBox())
{
list.Width = 240;
}

Constructors

Instance member VisFontComboBox()

Initializes the font combo box and its default behavior.

Methods

Static member FromHandle(handle)

Resolves this control type from a native window handle.

ParameterTypeDescription
handleSalWindowHandleThe native control handle.

Returns: VisFontComboBox. The associated VisFontComboBox, or null when no managed control owns the handle.

A handle belonging to a different managed control type causes an InvalidCastException.

Implements

NameDescription
ISalControl
ISalEditControl
ISalListControl
ISalWindow