DataBrowser.EditFont Property | |
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
public virtual Usual EditFont { get; }
Request Example
View SourceProperty Value
Type:
UsualThe edit font for the DataBrowser. This font can be changed with the ChangeFont() method.
See Also