IMsTscAx::get_VerticalScrollBarVisible (Windows CE 5.0)
This method retrieves a value that indicates whether the control is displaying a vertical scroll bar.
HRESULT get_VerticalScrollBarVisible(BOOL* pfVScrollVisible);
Parameters
- pfVScrollVisible
[out] Pointer to a Boolean value indicating whether the vertical scroll bar is visible. TRUE if visible and FALSE if not.
Return Values
If the method succeeds, the return value is S_OK.
If it fails, the method returns a nonzero error code.
Remarks
The control automatically displays a vertical scroll bar if the height of the current control is less than the height of the desktop.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Discodlg.h. Mstsax.idl.
Link Library: Mstsax.lib.
See Also
Send Feedback on this topic to the authors