ScrollableControl::GetScrollState Method
Determines whether the specified flag has been set.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- bit
- Type: System::Int32
The flag to check.
The following table describes the flags the ScrollableControl control uses.
Value | Description |
|---|---|
A mask used to retrieve whether the AutoScroll property is set to true. | |
A mask used to retrieve whether the HScroll property is set to true. | |
A mask used to retrieve whether the VScroll property is set to true. | |
A mask used to retrieve whether the user has made the ScrollableControl scroll. | |
A mask used to retrieve whether the user has enabled the full window drag-and-drop operation. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.