This property determines if the ToolBarStandard control's settings apply to each ImageKit Control according to the TargetImageKit property value, or if the ToolBarStandard control's settings apply to all ImageKit Controls.

[Visual Basic] Public Property SettingsForEachImageKit As Boolean
[C#] public bool SettingsForEachImageKit {get; set;}

Property Value

Value Explanation
True (default) ToolBarStandard control settings apply only to the ImageKit control specified by the TargetImageKit property.
False ToolBarStandard control settings apply to all the ImageKit controls regardless of the target specified by the TargetImageKit property.

Explanation

The SettingsForEachImageKit property determines if the ToolBarStandard control's settings apply to each ImageKit control according to the TargetImageKit property value, or if the ToolBarStandard control's settings apply to all ImageKit controls.

When one ToolBarStandard control is set to apply to multiple ImageKit controls, it is possible for that single ToolBarStandard control to maintain different settings according to which ImageKit control it targets. When the SettingsForEachImageKit property is True, the ToolBarStandard control settings apply only to the target ImageKit as determined by the TargetImageKit property. When the TargetImageKit property changes, the ToolBarStandard settings also change.

If the SettingsForEachImageKit property is False, the ToolBarStandard control settings apply to all ImageKit controls regardless of the TargetImageKit property value.

See Also

ToolBarStandard Members | Newtone.ImageKit.Win.ToolBarStandard

 

The ImageKit.NET3 is created by Newtone Corporation