Version

ScrollBarKeyActionMapping Class Members

The following tables list the members exposed by ScrollBarKeyActionMapping.

Public Constructors
 NameDescription
Public ConstructorScrollBarKeyActionMapping ConstructorConstructor, initializes a new instance of ScrollBarKeyActionMapping  
Public Properties
 NameDescription
Public PropertyActionCodeDetermines the action to take.  
Public PropertyByPassTrailingActionsIndicates whether to bypass trailing actions once this action matches the current state. Default value is false. (Inherited from Infragistics.Win.KeyActionMappingBase)
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyKeyCodeThe key code (Inherited from Infragistics.Win.KeyActionMappingBase)
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. (Inherited from Infragistics.Win.KeyActionMappingBase)
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. (Inherited from Infragistics.Win.KeyActionMappingBase)
Public PropertyStateDisallowedState that the control cannot be in for the action to be allowed.  
Public PropertyStateRequiredState that the control must be in for the action to be allowed.  
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. (Inherited from Infragistics.Win.KeyActionMappingBase)
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 (Inherited from Infragistics.Win.KeyActionMappingBase)
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 MethodOnDisposeCalled when the object is disposed (Inherited from Infragistics.Win.KeyActionMappingBase)
See Also