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