IASProgressBar::get_Horizontal

This method determines 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 get_Horizontal( BOOL *pfHorizontal );

Parameters

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

Return Values

NOERROR indicates success. E_NOTIMPL indicates that this interface does not implement the get_Horizontal method.

See Also

IASProgressBar::put_Horizontal