InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputNavigatorItems Enumeration

In This Topic
    InputNavigatorItems Enumeration
    In This Topic
    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.InputPanel.InputNavigatorItems

    See Also