Skip to main content

VisFontNameListBox

Namespace: PPJ.Runtime.Vis

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

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

public class VisFontNameListBox : VisListBoxBase

Constructors

Instance memberVisFontNameListBox()

Default Constructor.

Methods

Static memberFromHandle(handle)

Returns the control associated with the handle.

ParameterTypeDescription
handleSalWindowHandle

Returns: VisFontNameListBox.

Instance memberGetSelectedFont(fontName, fontType)

ParameterTypeDescription
fontNameSalString&
fontTypeSalNumber&

Returns: SalBoolean.

Instance memberPopulate(type)

Populates the control with the names of all the fonts.

ParameterTypeDescription
typeSalNumberNot used

Returns: SalNumber.

Implements

NameDescription
ISalControl
ISalListControl
ISalWindow