This property determines whether or not the following editing buttons are displayed in the ToolBar control: "Select All", "Delete", "Copy", "Paste", "Move To Front", "Move Forward One", "Move Back One", "Move To Back", "Undo", "Redo", and "Properties".
[Visual Basic] Public WriteOnly Property
ButtonEditGroupVisible As Boolean
[C#] public bool ButtonEditGroupVisible
{set;}
Property Value
Value | Explanation |
---|---|
True (default) | The editing buttons, "Select All", "Delete", "Copy", "Paste", "Move To Front", "Move Forward One", "Move Back One", "Move To Back", "Undo", "Redo", and "Properties", are displayed in the ToolBar control. |
False | The editing buttons, "Select All", "Delete", "Copy", "Paste", "Move To Front", "Move Forward One", "Move Back One", "Move To Back", "Undo", "Redo", and "Properties", are not displayed in the ToolBar control. |
Explanation
The ButtonEditGroupVisible property determines whether or not the following editing buttons are displayed in the ToolBar control: "Select All", "Delete", "Copy", "Paste", "Move To Front", "Move Forward One", "Move Back One", "Move To Back", "Undo", "Redo", and "Properties". When False, these buttons are not displayed in the ToolBar control.
See Also
IkToolBar Members | Newtone.ImageKit.Win.IkToolBar