ComponentOne InputPanel for WinForms
InputNavigatorButton Enumeration

C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace : InputNavigatorButton Enumeration
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.C1InputPanel.InputNavigatorButton

See Also

Reference

C1.Win.C1InputPanel Namespace