This property links an ImageKit control to the ToolBar control.
[Visual Basic] Public Property ToolBar As
IkToolBar
[C#] public IkToolBar ToolBar {get;
set;}
Property Value
A IkToolBar control
The default value is null(Nothing).
Explanation
The ToolBar property links an ImageKit control to the ToolBar control. When one ToolBar control is used with multiple ImageKit controls, this property determines if ImageKit control is linked to the Toolbar. Even without setting the TargetImageKit property, if the ToolBar property is set and the ImageKit control has focas (i.e. is clicked) the ToolBar control will automatically be linked to that ImageKit control.
See Also
ImageKit Members | Newtone.ImageKit.Win.ImageKit