This property sets or retrieves the size of the buttons on the ToolBarSetupLines control.
[Visual Basic]Public Property ButtonSize As
ToolBarButtonSize
[C#]public ToolBarButtonSize
ButtonSize {get; set;}
Property Value
A value of type ToolBarButtonSize
Default value is ToolBarButtonSize.Small
Explanation
The ButtonSize property sets or retrieves the size of the buttons on the ToolBarSetupLines control. Depending on the value set in this property, the width of the ToolBarSetupLines control may change.
See Also
ToolBarSetupLines Members | Newtone.ImageKit.Win.ToolBarSetupLines