textHeight property
Retrieves the height of a line of text.
Syntax
HRESULT value = object.get_textHeight(long* p);
Property values
Type: long
Pointer to a variable of type long that receives the line height, in pixels.
Show:
Retrieves the height of a line of text.
HRESULT value = object.get_textHeight(long* p);
Type: long
Pointer to a variable of type long that receives the line height, in pixels.