This property determines whether or not the "Clear All Objects" button is displayed in the ToolBar control.
[Visual Basic]Public Property
ButtonClearAllVisible As Boolean
[C#]public bool ButtonClearAllVisible {get;
set;}
Property Value
Value | Explanation |
---|---|
True (default) | The "Clear All Objects" button is displayed in the ToolBar control. |
False | The "Clear All Objects" button is not displayed in the ToolBar control. |
Explanation
The ButtonClearAllVisible property determines whether or not the "Clear All Objects" button is displayed in the ToolBar control. When False, the "Clear All Objects" button is not displayed in the ToolBar control.
See Also
IkToolBar Members | Newtone.ImageKit.Win.IkToolBar