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

Explanation

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

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

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

See Also

ToolBarSetupLines Members | Newtone.ImageKit.Win.ToolBarSetupLines

 

The ImageKit.NET3 is created by Newtone Corporation