This property sets or retrieves the value of the Edit.FontStrikeout property of the ImageKit control.

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

Property Value

True: Strikeout font is used
False: Strikeout font is NOT used
Default value is False.

Explanation

The BaseImageKitFontStrikeout property sets or retrieves the Edit.FontStrikeout property of the ImageKit control. When the SettingsForEachImageKit property is False, use the BaseImageKitFontStrikeout property to set the Edit.FontStrikeout property for all ImageKit controls on the form.

This property is enabled when the SettingsForEachImageKit property is False.

See Also

ToolBarSetupObjects Members | Newtone.ImageKit.Win.ToolBarSetupObjects

 

The ImageKit.NET3 is created by Newtone Corporation