This property determines if the ToolBarSetupObjects control's settings apply to each ImageKit Control according to the TargetImageKit property value, or if the ToolBarSetupObjects 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) ToolBarSetupObjects control settings apply only to the ImageKit control specified by the TargetImageKit property.
False ToolBarSetupObjects control settings apply to all the ImageKit controls regardless of the target specified by the TargetImageKit property.

Explanation

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

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

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

See Also

ToolBarSetupObjects Members | Newtone.ImageKit.Win.ToolBarSetupObjects

 

The ImageKit.NET3 is created by Newtone Corporation