ToolBar.ButtonSize Property | |
A Dimension object representing the size of buttons on the toolbar. If not assigned, the default is a 16 by 16 button.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY ButtonSize AS USUAL GET SET
public virtual Usual ButtonSize { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA Dimension object representing the size of buttons on the toolbar. If not assigned, the default is a 16 by 16 button.
See Also