StandardFontDialog.Show Method | |
Display a standard font dialog. To retrieve the value that the user selected, use the StandardFontDialog:Font access.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Show() AS USUAL
public virtual Usual Show()
Request Example
View SourceReturn Value
Type:
Usual
TRUE if user chooses a font, FALSE if the user presses CANCEL.
See Also