This property sets the characteristics of the fonts used by the image editing toolbar
[Visual
Basic] imagekitcontrolname.Edit.FontUnderline
[ = Boolean ]
[Visual C++] [
BOOL =
]imagekitcontrolname.GetEdit().GetFontUnderline()
imagekitcontrolname.GetEdit().SetFontUnderline(BOOL Val)
imagekitcontrolname.GetEdit().SetFontUnderline(BOOL Val)
Property Value
FontUnderline sets whether or not the font is underlined.
Value | Explanation |
---|---|
True | Enables the property |
False | Disables the property (default) |
Explanation
The FontUnderline property sets whether or not the font is underlined. 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.