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.
HRESULT get_Horizontal( BOOL *pfHorizontal );
NOERROR indicates success. E_NOTIMPL indicates that this interface does not implement the get_Horizontal method.
IASProgressBar::put_Horizontal