ComponentOne InputPanel for WinForms
InputNavigatorItems Enumeration

C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace : InputNavigatorItems Enumeration
A set of navigator items.
Syntax
'Declaration
 
Public Enum InputNavigatorItems 
   Inherits System.Enum
public enum InputNavigatorItems : System.Enum 
Members
MemberDescription
AddNewButtonThe 'Add New' button.
AllIncludes all available items.
ApplyButtonThe 'Apply' button.
CancelButtonThe 'Cancel' button.
CountLabelThe text label that displays the total number of items.
DeleteButtonThe 'Delete' button.
MoveFirstButtonThe 'Move First' button.
MoveLastButtonThe 'Move Last' button.
MoveNextButtonThe 'Move Next' button.
MovePreviousButtonThe 'Move Previous' button.
NoneNo items are in the set.
PositionInputBoxThe input box that changes the current position.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1InputPanel.InputNavigatorItems

See Also

Reference

C1.Win.C1InputPanel Namespace