This property sets whether or not the "Enable Annotation" button is displayed on the ToolBarStandard control.
[Visual Basic]Public Property
ButtonEditEnabledVisible As Boolean
[C#]public bool ButtonEditEnabledVisible {get;
set;}
Property Value
True: The "Edit Annotation" button is displayed
False: The "Edit Annotation" button is NOT displayed
Default value is True.
Explanation
The ButtonEditEnabledVisible property sets whether or not the "Enable Annotation" button is displayed on the ToolBarStandard control. When this property is False, the "Enable Annotation" button is not displayed.
See Also
ToolBarStandard Members | Newtone.ImageKit.Win.ToolBarStandard