Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / InputMapMode Enumeration


In This Topic
    InputMapMode Enumeration
    In This Topic
    Specifies the condition for which an input map applies.
    Syntax
    'Declaration
     
    
    Public Enum InputMapMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As InputMapMode
    public enum InputMapMode : System.Enum 
    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