IMsTscAx::get_VerticalScrollBarVisible (Windows Embedded CE 6.0)
1/6/2010
This method retrieves a value that indicates whether the control is displaying a vertical scroll bar.
Syntax
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 Value
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
Header | discodlg.h, mstsax.idl |
Library | Mstsax.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |