ScrollButton Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of scroll arrow to draw on a scroll bar.
public enum class ScrollButton
public enum ScrollButton
type ScrollButton =
Public Enum ScrollButton
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Min | 0 | A minimum-scroll arrow. |
Up | 0 | An up-scroll arrow. |
Down | 1 | A down-scroll arrow. |
Left | 2 | A left-scroll arrow. |
Max | 3 | A maximum-scroll arrow. |
Right | 3 | A right-scroll arrow. |
Remarks
This enumeration is used by ControlPaint.DrawScrollButton.
Applies to
See also
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.