Specifies which element of a scroll bar is being drawn.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms
SyntaxC#
Copy Code
|
|---|
public enum ScrollBarDrawElement |
Visual Basic
Copy Code
|
|---|
Public Enum ScrollBarDrawElement |
Members| Member name | Description | |
|---|---|---|
![]() |
Back |
Indicates the scroll bar background is being drawn in normal state. |
![]() |
BackScroll |
Indicates the scroll bar background is being drawn in clicked state. |
![]() |
ButtonHovered |
Indicates a button or thumb is being drawn in hovered state. |
![]() |
ButtonNormal |
Indicates a button or thumb is being drawn in normal state. |
![]() |
ButtonPushed |
Indicates a button or thumb is being drawn in pushed state. |
See Also