Skip to main content

VisFontNameComboBox

Namespace: PPJ.Runtime.Vis

Assembly: PPJ.Runtime.Vis.49 (4.9.0.0)

Extended ComboBox, lists the names of all the installed fonts.

public class VisFontNameComboBox : VisComboBoxBase

Constructors

Instance memberVisFontNameComboBox()

Default Constructor.

Methods

Static memberFromHandle(handle)

Returns the control associated with the handle.

ParameterTypeDescription
handleSalWindowHandle

Returns: VisFontNameComboBox.

Instance memberGetSelectedFont(fontName, fontType)

ParameterTypeDescription
fontNameSalString&
fontTypeSalNumber&

Returns: SalBoolean.

Instance memberPopulate(fontType)

Populates the control with the names of all the fonts.

ParameterTypeDescription
fontTypeSalNumberNot used

Returns: SalNumber.

Implements

NameDescription
ISalControl
ISalEditControl
ISalListControl
ISalWindow