ctlUniMenu.CustomFontFace Property
Permits you to customize the font used for the menu without changing the one used by Windows. You can for example set the font to "Arial Unicode MS" for displaying Vietnamese and Chinese words in the menu. If this property is blank the control will use the one used by the system.
Syntax
Public Property Get CustomFontFace () As String Public Property Let CustomFontFace (ByRef s As String)
Parameters
Parameter |
Description |
ByRef s As String |
The custom font face to use for the menu |
|