ComponentOne Input for WinForms
NavigatorVerticalAlignEnum Enumeration

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace : NavigatorVerticalAlignEnum Enumeration
Used by C1DbNavigator.VerticalAlign property.
Syntax
'Declaration
 
Public Enum NavigatorVerticalAlignEnum 
   Inherits System.Enum
public enum NavigatorVerticalAlignEnum : System.Enum 
Members
MemberDescription
BottomButtons are aligned with the bottom of the control.
MiddleButtons are aligned with the center of the control.
TopButtons are aligned with the top of the control.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Input.NavigatorVerticalAlignEnum

See Also

Reference

C1.Win.C1Input Namespace