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