Skip to content

Latest commit

 

History

History
148 lines (105 loc) · 4.84 KB

imstscax-verticalscrollbarvisible.md

File metadata and controls

148 lines (105 loc) · 4.84 KB
title description ms.assetid ms.tgt_platform keywords topic_type api_name api_location api_type ms.topic ms.date
IMsTscAx VerticalScrollBarVisible property
Indicates whether the control displays a vertical scroll bar.
b31e2db3-b367-4900-a2c6-51fd794341c2
multiple
VerticalScrollBarVisible property Remote Desktop Services
VerticalScrollBarVisible property Remote Desktop Services , IMsTscAx interface
IMsTscAx interface Remote Desktop Services , VerticalScrollBarVisible property
VerticalScrollBarVisible property Remote Desktop Services , IMsRdpClient interface
IMsRdpClient interface Remote Desktop Services , VerticalScrollBarVisible property
VerticalScrollBarVisible property Remote Desktop Services , IMsRdpClient2 interface
IMsRdpClient2 interface Remote Desktop Services , VerticalScrollBarVisible property
VerticalScrollBarVisible property Remote Desktop Services , IMsRdpClient3 interface
IMsRdpClient3 interface Remote Desktop Services , VerticalScrollBarVisible property
VerticalScrollBarVisible property Remote Desktop Services , IMsRdpClient4 interface
IMsRdpClient4 interface Remote Desktop Services , VerticalScrollBarVisible property
VerticalScrollBarVisible property Remote Desktop Services , IMsRdpClient5 interface
IMsRdpClient5 interface Remote Desktop Services , VerticalScrollBarVisible property
VerticalScrollBarVisible property Remote Desktop Services , IMsRdpClient6 interface
IMsRdpClient6 interface Remote Desktop Services , VerticalScrollBarVisible property
VerticalScrollBarVisible property Remote Desktop Services , IMsRdpClient7 interface
IMsRdpClient7 interface Remote Desktop Services , VerticalScrollBarVisible property
VerticalScrollBarVisible property Remote Desktop Services , IMsRdpClient8 interface
IMsRdpClient8 interface Remote Desktop Services , VerticalScrollBarVisible property
VerticalScrollBarVisible property Remote Desktop Services , IMsRdpClient9 interface
IMsRdpClient9 interface Remote Desktop Services , VerticalScrollBarVisible property
apiref
IMsTscAx.VerticalScrollBarVisible
IMsTscAx.get_VerticalScrollBarVisible
IMsRdpClient.VerticalScrollBarVisible
IMsRdpClient.get_VerticalScrollBarVisible
IMsRdpClient2.VerticalScrollBarVisible
IMsRdpClient2.get_VerticalScrollBarVisible
IMsRdpClient3.VerticalScrollBarVisible
IMsRdpClient3.get_VerticalScrollBarVisible
IMsRdpClient4.VerticalScrollBarVisible
IMsRdpClient4.get_VerticalScrollBarVisible
IMsRdpClient5.VerticalScrollBarVisible
IMsRdpClient5.get_VerticalScrollBarVisible
IMsRdpClient6.VerticalScrollBarVisible
IMsRdpClient6.get_VerticalScrollBarVisible
IMsRdpClient7.VerticalScrollBarVisible
IMsRdpClient7.get_VerticalScrollBarVisible
IMsRdpClient8.VerticalScrollBarVisible
IMsRdpClient8.get_VerticalScrollBarVisible
IMsRdpClient9.VerticalScrollBarVisible
IMsRdpClient9.get_VerticalScrollBarVisible
MsTscAx.dll
COM
reference
05/31/2018

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