This property determines if the ToolBar control's settings apply to each ImageKit Control according to the TargetImageKit property value, or if the ToolBar control's settings apply to all ImageKit Controls.
Property Value
Value | Explanation |
---|---|
True (default) | ToolBar control settings apply only to the ImageKit control specified by the TargetImageKit property. |
False | ToolBar control settings apply to all the ImageKit controls regardless of the target specified by the TargetImageKit property. |
Explanation
The SettingsForEachImageKit property determines if the ToolBar control's settings apply to each ImageKit control according to the TargetImageKit property value, or if the ToolBar control's settings apply to all ImageKit controls.
When one ToolBar control is set to apply to multiple ImageKit controls, it is possible for that single ToolBar control to maintain different settings according to which ImageKit control it targets. When the SettingsForEachImageKit property is True, the ToolBar control settings apply only to the target ImageKit as determined by the TargetImageKit property. When the TargetImageKit property changes, the ToolBar settings also change.
If the SettingsForEachImageKit property is False, the ToolBar control settings apply to all ImageKit controls regardless of the TargetImageKit property value.
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