The following tables list the members exposed by ScrollBarKeyActionMapping.
Name | Description | |
---|---|---|
ScrollBarKeyActionMapping Constructor | Constructor, initializes a new instance of ScrollBarKeyActionMapping |
Name | Description | |
---|---|---|
ActionCode | Determines the action to take. | |
ByPassTrailingActions | Indicates whether to bypass trailing actions once this action matches the current state. Default value is false. (Inherited from Infragistics.Win.KeyActionMappingBase) | |
Disposed | (Inherited from Infragistics.Shared.DisposableObject) | |
KeyCode | The key code (Inherited from Infragistics.Win.KeyActionMappingBase) | |
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. (Inherited from Infragistics.Win.KeyActionMappingBase) | |
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. (Inherited from Infragistics.Win.KeyActionMappingBase) | |
StateDisallowed | State that the control cannot be in for the action to be allowed. | |
StateRequired | State that the control must be in for the action to be allowed. | |
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. (Inherited from Infragistics.Win.KeyActionMappingBase) |
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 (Inherited from Infragistics.Win.KeyActionMappingBase) | |
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 | Called when the object is disposed (Inherited from Infragistics.Win.KeyActionMappingBase) |