The following tables list the members exposed by KeyActionMappingBase.
Name | Description | |
---|---|---|
ActionCode | Gets/sets the action code. In a derived class this property should be hidden by one that returns an appropriate enum. | |
ByPassTrailingActions | Indicates whether to bypass trailing actions once this action matches the current state. Default value is false. | |
Disposed | (Inherited from Infragistics.Shared.DisposableObject) | |
KeyCode | The key code | |
SpecialKeysDisallowed | Gets/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. | |
SpecialKeysRequired | Gets/sets the special keys that are required. These keys (any combination of shift/control/alt) MUST be pressed. Otherwise, this mapping will be ignored. | |
StateDisallowed | Gets/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. | |
StateRequired | Gets/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. | |
SuppressKeyPressWhenHandled | When 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. |
Name | Description | |
---|---|---|
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
Dispose | (Inherited from Infragistics.Shared.DisposableObject) | |
DoesMappingApply | Returns true if this KeyActionMappingBase is valid for the passed in state | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
VerifyNotDisposed | (Inherited from Infragistics.Shared.DisposableObject) |
Name | Description | |
---|---|---|
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
OnDispose | Overridden. Called when the object is disposed |