IASProgressBar::put_Horizontal

This method specifies whether the progress bar is horizontal or vertical. The IASProgressBar interface does not implement this method; it is implemented by IASSlider, which derives from IASProgressBar.

Syntax

HRESULT put_Horizontal( BOOL fHorizontal );

Parameters

fHorizontal
Boolean that is set to TRUE for a horizontal bar, or to FALSE for a vertical bar.

Return Values

E_NOTIMPL indicates that this interface does not implement the put_Horizontal method.

See Also

IASProgressBar::get_Horizontal