This property sets or retrieves the value of the Edit.EditEnabled property of the ImageKit control.
[Visual Basic]Public Property
BaseImageKitEditEnabled As Boolean
[C#]public bool BaseImageKitEditEnabled {get;
set;}
Property Value
True: Enables edit and annotation functions
False: Disables edit and annotation functions
Default value is False.
Explanation
The BaseImageKitEditEnabled property sets or retrieves the Edit.EditEnabled property of the ImageKit control. When the SettingsForEachImageKit property is False, use the BaseImageKitEditEnabled property to set the Edit.EditEnabled property for all ImageKit controls on the form.
This property is enabled when the SettingsForEachImageKit property is False.
See Also
ToolBarStandard Members | Newtone.ImageKit.Win.ToolBarStandard