'Declaration Public Enum VerticalScrollMode Inherits System.Enum
'Usage Dim instance As VerticalScrollMode
public enum VerticalScrollMode : System.Enum
'Declaration Public Enum VerticalScrollMode Inherits System.Enum
'Usage Dim instance As VerticalScrollMode
public enum VerticalScrollMode : System.Enum
Member | Description |
---|---|
Pixel | Scrolls the control pixel by pixel. |
PixelAndRow | Scrolls the control pixel by row and pixel. |
Row | Scrolls the control pixel by row. |
System.Object
System.ValueType
System.Enum
FarPoint.Win.VerticalScrollMode