IMsTscAx::get_HorizontalScrollBarVisible (Windows Embedded CE 6.0)
1/6/2010
This method retrieves a Boolean value that indicates whether the control is displaying a horizontal scroll bar.
Syntax
HRESULT get_HorizontalScrollBarVisible(
BOOL* pfHScrollVisible
);
Parameters
- pfHScrollVisible
[out] Pointer to a Boolean value that specifies whether a horizontal scroll bar is visible in the current control. It is TRUE if the bar is visible, FALSE otherwise.
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 horizontal scroll bar if the width of the control is less than the desktop width.
Requirements
Header | discodlg.h, mstsax.idl |
Library | Mstsax.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |