Visual Basic (Declaration) | |
---|---|
Public Enum ScrollBarButtons Inherits System.Enum |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ScrollBarButtons |
C# | |
---|---|
public enum ScrollBarButtons : System.Enum |
Member | Description |
---|---|
HomeEnd | [8] Indicates that the backward-to-home button and the foward-to-end button of the scroll bar appear. |
LineUpDown | [2] Indicates that the backward line button and the foward line button of the scroll bar appear. |
None | [0] Indicates that no elements of the scroll bar appear. |
PageUpDown | [4] Indicates that the backward page button and the foward page button of the scroll bar appear. |
Thumb | [1] Indicates that the thumb combo of the scroll bar appears. |
System.Object
System.ValueType
System.Enum
FarPoint.Win.Spread.ScrollBarButtons
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2