This property sets or retrieves the value of the Edit.Border property of the ImageKit control.
[Visual Basic]Public Property
BaseImageKitBorder As Boolean
[C#]public bool BaseImageKitBorder {get;
set;}
Property Value
True: Border is added
False: Border is not added
Default value is False.
Explanation
The BaseImageKitBorder property sets or retrieves the Edit.Border property of the ImageKit control. When the SettingsForEachImageKit property is False, use the BaseImageKitBorder property to set the Edit.Border property for all ImageKit controls on the form.
This property is enabled when the SettingsForEachImageKit property is False.
See Also
ToolBarSetupObjects Members | Newtone.ImageKit.Win.ToolBarSetupObjects