IMsTscAx::VerticalScrollBarVisible property

Indicates whether the control displays a vertical scroll bar.

This property is read-only.

Syntax

HRESULT get_VerticalScrollBarVisible(
  [out] BOOL *pfVScrollVisible
);

Property value

The value of this parameter is TRUE if the vertical scroll bar is visible, and FALSE otherwise.

Error codes

Return S_OK if successful.

Remarks

The control automatically displays a vertical scroll bar if the height of the current control is less than the height of the desktop.

For more information about Remote Desktop Web Connection, see Requirements for Remote Desktop Web Connection.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Type library
MsTscAx.dll
DLL
MsTscAx.dll
IID
IID_IMsTscAx is defined as 8C11EFAE-92C3-11D1-BC1E-00C04FA31489

See also

IMsRdpClient

IMsRdpClient2

IMsRdpClient3

IMsRdpClient4

IMsRdpClient5

IMsRdpClient6

IMsRdpClient7

IMsRdpClient8

IMsRdpClient9

HorizontalScrollBarVisible

IMsTscAx