FontBold (Property) In french: PoliceGras
// Write the text displayed in "STC_StaticControl" in bold STC_StaticControl.FontBold = True
Syntax
Finding out whether the text displayed in a control is bold Hide the details
<Result> = <Control used>.FontBold
<Result>: Boolean - True if the text is bold,
- False otherwise.
<Control used>: Control name Name of control to use.
Modifying the bold attribute for the text displayed in a control Hide the details
<Control used>.FontBold = <Bold/Not bold>
<Control used>: Control name Name of control to use. <Bold/Not bold>: Boolean - True if the text must be displayed in bold,
- False otherwise.
This page is also available for…
|
|
|