Click or drag to resize

StandardFontDialog.Show Method (Typed)

X#
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
Request Example View Source

Return Value

Type: Logic
TRUE if user chooses a font, FALSE if the user presses CANCEL.
See Also