IASHTMLControl::put_Style

This method sets style flags for the control.

Syntax

HRESULT get_Style( DWORD dwStyle );

Parameters

dwStyle
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.