This property sets which ImageKit control is targeted by the ToolBar control.

[Visual Basic] Public Property TargetImageKit As ImageKit
[C#] public ImageKit TargetImageKit {get; set;}

Property Value

An ImageKit control

Default value is null (Nothing)

Explanation

The TargetImageKit property sets the correspondence between the ToolBar control and the ImageKit control(s). This property determines which ImageKit control is targeted by the ToolBar control.

For more information about setting a ToolBar control to target multiple ImageKit controls, please refer to the ImageKit.Win.ImageKit.ToolBar property and the ImageKit.Win.IkToolBar.SettingsForEachImageKit property.

Note: Because the ToolBar control is derived from the .NET ToolStripContainer class, it is possible to access properties for each item in the toolbar. Simply right click the toolbar at design time and in the pop up menu, select "Edit Items". This will display the ToolStripItemCollection Editor where each item's properties and other characteristics can be accessed.

See Also

IkToolBar Members | Newtone.ImageKit.Win.IkToolBar

 

The ImageKit.NET2 is created by Newtone Corporation