GetFontBold method
Available for all objects except Image, HScroll, VScroll, ProgressBar, Slider, UpDown and Animate.
Prototype
GetFontBold Proto hWnd:HWND
Syntax
Invoke GetFontBold, hWnd
Function
Gets the bold font condition for an object.
Parameters
hWnd
Handle to the object.
Return value
Eax returns the current bold font state for the object.
Possible returned values are:
TRUE Object has a bold font.
FALSE Object does not have a bold font.