Identifies the type of scrollbar.
[Visual Basic]
Public Enum ScrollBarEnum
[C#]
public enum ScrollBarEnum
[Delphi]
type ScrollBarEnum = (Horizontal, Vertical);
Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.2 (in C1.Win.C1TrueDBGrid.2.dll)
Members
Member name |
Description |
Horizontal |
The Horizontal scrollbar. |
Vertical |
The Vertical scrollbar. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |