|
|
|
|
|
FontStrikeOut (Property) In french: PoliceBarrée
The FontStrikeOut property is used to: - Determine if the text is struck through.
- Apply strikethrough formatting (or not) to the text displayed in a control.
// Apply strikethrough formatting to the text displayed in "STC_StaticControl" STC_StaticControl.FontStrikeOut = True
Syntax
Determining if the text displayed in a control is struck through Hide the details
<Result> = <Control used>.FontStrikeOut
<Result>: Boolean - True if the text is struck through,
- False otherwise.
<Control used>: Control name Name of the control to be used.
Applying strikethrough formatting (or not) to the text displayed in a control Hide the details
<Control used>.FontStrikeOut = <Struck/Not struck>
<Control used>: Control name Name of the control to be used. <Struck/Not struck>: Boolean - True if the text must be struck through,
- False otherwise.
Remarks Limits In a window, the FontStrikeOut property cannot be used on: Remark: This property applies to the "ListView" controls in "List Box" display mode only.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|