Click or drag to resize

DataBrowser.EditFont Property

X#
Returns the edit font for the DataBrowser. This font can be changed with the ChangeFont() method.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY EditFont AS USUAL GET 
Request Example View Source

Property Value

Type: Usual
The edit font for the DataBrowser. This font can be changed with the ChangeFont() method.
See Also