This property sets whether or not the "Font" button is displayed on the ToolBarSetupObjects control.
[Visual Basic]Public Property ButtonFontVisible
As Boolean
[C#]public bool ButtonFontVisible {get;
set;}
Property Value
True: The "Font" button is displayed
False: The "Font" button is NOT displayed
Default value is True.
Explanation
The ButtonFontVisible property sets whether or not the "Font" button is displayed on the ToolBarSetupObjects control. When this property is False, the "Font" button is not displayed.
See Also
ToolBarSetupObjects Members | Newtone.ImageKit.Win.ToolBarSetupObjects