VisFontNameListBox
Namespace: PPJ.Runtime.Vis
Assembly: PPJ.Web.Vis.49 (4.9.0.0)
Extended ListBox, lists the names of all the installed fonts.
- C#
- VB.NET
public class VisFontNameListBox : VisListBoxBase
Public Class VisFontNameListBox
Inherits VisListBoxBase
Constructors
VisFontNameListBox()
Default Constructor.
Methods
FromHandle(hWnd)
Returns the control associated with the handle.
| Parameter | Type | Description |
|---|---|---|
| hWnd | SalWindowHandle |
Returns: VisFontNameListBox.
GetSelectedFont(sFontName, nFontType)
| Parameter | Type | Description |
|---|---|---|
| sFontName | SalString& | |
| nFontType | SalNumber& |
Returns: SalBoolean.
Populate(nGetFlag)
| Parameter | Type | Description |
|---|---|---|
| nGetFlag | SalNumber |
Returns: SalNumber.
Implements
| Name | Description |
|---|---|
| ISalControl | |
| ISalListControl | |
| ISalWindow |