ScrollBarSizeBoxState Enumeration
.NET Framework (current version)
Specifies the visual state of a scroll bar sizing handle that is drawn with visual styles.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| LeftAlign | The sizing handle is aligned to the left. | |
| RightAlign | The sizing handle is aligned to the right. |
The ScrollBarSizeBoxState values correspond to the states of the VisualStyleElement objects exposed by the VisualStyleElement::ScrollBar::SizeBox class. The ScrollBarSizeBoxState values are also used as an argument in the ScrollBarRenderer::DrawSizeBox method.
.NET Framework
Available since 2.0
Available since 2.0
Show: