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