IASHTMLControl::get_Style

This method retrieves the style flags for the control.

Syntax

HRESULT get_Style( DWORD *pdwStyle );

Parameters

pdwStyle
Pointer to the DWORD that specifies the style of the control. It is any combination of the following flags:
ASFC_HTML_SPEAK_TITLE
Includes the title in text-to-speech (TTS) output.
ASFC_HTML_SPEAK_BODY
Includes all body text in TTS output.
ASFC_HTML_SHOW_HSCROLL
Displays horizontal scroll arrows, when appropriate.
ASFC_HTML_SHOW_VSCROLL
Displays vertical scroll arrows, when appropriate.
ASFC_HTML_SHOW_ANCHORS
Displays the anchors.

Return Values

An appropriate HRESULT value is returned.