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 Name>..FontBold
<Result>: Boolean - True if the text is bold,
- False otherwise.
<Control Name>: Character string (with or without quotes) Name of control to use.
Modifying the bold attribute for the text displayed in a control Hide the details
<Control Name>..FontBold = <Bold/Not Bold>
<Control Name>: Character string (with or without quotes) 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…
|
|
|