IMsTscAx::get_VerticalScrollBarVisible
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
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.