Version

KeyActionMappingBase Class Members

The following tables list the members exposed by KeyActionMappingBase.

Public Properties
 NameDescription
Public PropertyActionCodeGets/sets the action code. In a derived class this property should be hidden by one that returns an appropriate enum.  
Public PropertyByPassTrailingActionsIndicates whether to bypass trailing actions once this action matches the current state. Default value is false.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyKeyCodeThe key code  
Public PropertySpecialKeysDisallowedGets/sets the special keys that are NOT allowed. If shift, ctrl or alt are pressed and their corresponding bit is turned on in this property the mapping will be ignored.  
Public PropertySpecialKeysRequiredGets/sets the special keys that are required. These keys (any combination of shift/control/alt) MUST be pressed. Otherwise, this mapping will be ignored.  
Public PropertyStateDisallowedGets/sets the disallowed state. These are bit flags that specify the state that the control MUST NOT be in for this mapping to be active. If the current state of the control has any of these bits turned on this mapping will be ignored. In a derived class this property should be hidden by one that returns an appropriate flagged enum.  
Public PropertyStateRequiredGets/sets the required state. These are bit flags that specify the state that the control MUST be in for this mapping to be active. In a derived class this property should be hidden by one that returns an appropriate flagged enum.  
Public PropertySuppressKeyPressWhenHandledWhen a key action is handled, the KeyDown event is marked Handled. But this does not suppress the KeyPress event. Setting this property to True allows an action to suppress the KeyPress in addition to KeyDown.  
Public Methods
 NameDescription
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodDoesMappingApplyReturns true if this KeyActionMappingBase is valid for the passed in state  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDisposeOverridden. Called when the object is disposed  
See Also