This property sets the characteristics of the fonts used by the image editing toolbar

[Visual Basic]   imagekitcontrolname.Edit.FontStrikeOut[ = Boolean ]
[Visual C++]     [ BOOL = ]imagekitcontrolname.GetEdit().GetFontStrikeOut()imagekitcontrolname.GetEdit().SetFontStrikeOut(BOOL Val)
[VB.NET]   imagekitcontrolname.Edit.FontStrikeOut[ = Boolean ]
[C#.NET]   imagekitcontrolname.Edit.FontStrikeOut[ = bool ]

Property Value

FontStrikeOut places a strike out line through the text.


Value Explanation
True Enables the property
False Disables the property(default)

Explanation

The FontStrikeOut property places a strike out line through the text. The default value is False.

Setting this value

  This value can be set at run-time.

Retrieving this value

  This value can be retrieved at run-time.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation