GetFontItalic method


Available for all objects except Image, HScroll, VScroll, ProgressBar, Slider, UpDown and Animate.

Prototype

GetFontItalic Proto hWnd:HWND

Syntax

Invoke GetFontItalic, hWnd

Function

Gets the italic font condition for an object.

Parameters

hWnd

Handle to the object.

Return value

Eax/Rax returns the current italic font state for the object.

Possible returned values are:

TRUE    Object has an italic font.
FALSE  Object does not have an italic font.