Skip to main content
Version: 2023

VisFontNameListBox

Namespace: PPJ.Runtime.Vis

Assembly: PPJ.Web.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(hWnd)

Returns the control associated with the handle.

ParameterTypeDescription
hWndSalWindowHandle

Returns: VisFontNameListBox.

Instance memberGetSelectedFont(sFontName, nFontType)

ParameterTypeDescription
sFontNameSalString&
nFontTypeSalNumber&

Returns: SalBoolean.

Instance memberPopulate(nGetFlag)

ParameterTypeDescription
nGetFlagSalNumber

Returns: SalNumber.

Implements

NameDescription
ISalControl
ISalListControl
ISalWindow