Share via


IMsTscAx::get_HorizontalScrollBarVisible

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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

See Also

Reference

IMsTscAx