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

In This Topic
    InputNavigatorButton Enumeration
    In This Topic
    A list of all available navigator buttons.
    Syntax
    'Declaration
     
    Public Enum InputNavigatorButton 
       Inherits System.Enum
    public enum InputNavigatorButton : System.Enum 
    Members
    MemberDescription
    AddNewThe 'Add New' button.
    ApplyThe 'Apply' button.
    CancelThe 'Cancel' button.
    DeleteThe 'Delete' button.
    EditThe 'Edit' button.
    MoveFirstThe 'Move First' button.
    MoveLastThe 'Move Last' button.
    MoveNextThe 'Move Next' button.
    MovePreviousThe 'Move Previous' button.
    ReloadThe 'Reload Data' button
    SaveThe 'Save Data' button.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.InputPanel.InputNavigatorButton

    See Also