C1.Win.InputPanel.8 Assembly / C1.Win.InputPanel Namespace / InputNavigatorButton Enumeration

InputNavigatorButton Enumeration
A list of all available navigator buttons.
Syntax
'Declaration
 
Public Enum InputNavigatorButton 
   Inherits 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