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