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

[Visual Basic]   imagekitcontrolname.Edit.FontItalic[ = Boolean ]
[Visual C++]     [ BOOL = ]imagekitcontrolname.GetEdit().GetFontItalic()imagekitcontrolname.GetEdit().SetFontItalic(BOOL Val)
[VB.NET]   imagekitcontrolname.Edit.FontItalic[ = Boolean ]
[C#.NET]   imagekitcontrolname.Edit.FontItalic[ = bool ]

Property Value

FontItalic sets the font to italics.


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

Explanation

The FontItalic property sets the font to italics. 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