Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / InputMapMode Enumeration


InputMapMode Enumeration
Specifies the condition for which an input map applies.
Syntax
'Declaration
 
Public Enum InputMapMode 
   Inherits System.Enum
 
'Usage
 
Dim instance As InputMapMode
Members
MemberDescription
WhenAncestorOfFocusedUses an input map when the control or a child of the control has the focus
WhenFocusedUses an input map when the control has the focus
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.InputMapMode

See Also