|
|
|
|
|
- Special case: Link control
- Limitations
FontUnderlined (Property) In french: PoliceSoulignée
The FontUnderlined property is used to: - Determine if the text is underlined.
- Underline (or not) a text.
// Underline the text displayed in "STC_StaticControl" STC_StaticControl.FontUnderlined = True
Syntax
Determining if the text displayed in a control is underlined Hide the details
<Result> = <Control used>.FontUnderlined
<Result>: Boolean - True if the text is underlined,
- False otherwise.
<Control used>: Control name Name of the control to be used.
Applying or removing underline formatting from the text displayed in a control Hide the details
<Control used>.FontUnderlined = <Underlined/Not underlined>
<Control used>: Control name Name of the control to be used. <Underlined/Not underlined>: Boolean - True if the text must be underlined,
- False otherwise.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|