GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / NavigatorOrientation Enumeration


NavigatorOrientation Enumeration
Specifies the position of the navigation bar in a calendar.
Syntax
'Declaration
 
Public Enum NavigatorOrientation 
   Inherits System.Enum
 
'Usage
 
Dim instance As NavigatorOrientation
Members
MemberDescription
BottomSpecifies the navigation bar is positioned at the bottom of the calendar.
LeftSpecifies the navigation bar is positioned at the left side of the calendar.
RightSpecifies the navigation bar is positioned at the right side of the calendar.
TopSpecifies the navigation bar is positioned at the top of the calendar.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.Spread.InputMan.CellType.NavigatorOrientation

See Also