ScrollableControl::GetScrollState Method (Int32)
.NET Framework (current version)
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. |
.NET Framework
Available since 1.1
Available since 1.1
Show: