Version

KeyActionMappings Class Members

The following tables list the members exposed by KeyActionMappings.

Public Constructors
 NameDescription
Public ConstructorKeyActionMappings ConstructorConstructor, initializes a new instance of the KeyActionMappings class.  
Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyCountReturns the number of mappings in the collection (Inherited from Infragistics.Win.KeyActionMappingsBase)
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyIsReadOnlyTrue if the is a read-only collection (Inherited from Infragistics.Win.KeyActionMappingsBase)
Public PropertyIsSynchronized (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public PropertyItemindexer  
Public PropertySyncRoot (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected Properties
 NameDescription
Protected PropertyActionStateMappingsGets/ActionStateMappings collection (Inherited from Infragistics.Win.KeyActionMappingsBase)
Protected PropertyInitialCapacityAbstract property that specifies the initial capacity of the collection (Inherited from Infragistics.Win.KeyActionMappingsBase)
Protected PropertyList (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Public Methods
 NameDescription
Public MethodAddAdds a new mapping to the end of the collection (Inherited from Infragistics.Win.KeyActionMappingsBase)
Public MethodClearClear all mappings in the collection (Inherited from Infragistics.Win.KeyActionMappingsBase)
Public MethodContains (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public MethodCopyToOverloaded. Copies the items of the collection into the array.  
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 MethodGetActionMappingsReturns the first KeyActionMappingBase that matches the criteria. (Inherited from Infragistics.Win.KeyActionMappingsBase)
Public MethodGetItem (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodIndexOf (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInsertInserts a new mapping into the collection (Inherited from Infragistics.Win.KeyActionMappingsBase)
Public MethodIsActionAllowedDetermines if specified action is allowed based on state information (Inherited from Infragistics.Win.KeyActionMappingsBase)
Public MethodIsKeyMappedDetermines if any key mapping exists for the key data. (Inherited from Infragistics.Win.KeyActionMappingsBase)
Public MethodLoadDefaultMappingsOverridden. Called the first time GetActionMapping is called (enables lazy loading of mappings)  
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodRemoveOverloaded. Removes a mapping from the collection (Inherited from Infragistics.Win.KeyActionMappingsBase)
Public MethodRemoveRangeRemoves a range of appearance objects (Inherited from Infragistics.Win.KeyActionMappingsBase)
Public MethodResetThis method resets the KeyActionMappings collection. (Inherited from Infragistics.Win.KeyActionMappingsBase)
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodCreateActionStateMappingsCollectionOverridden. Creates an instance of an ActionStateMappingsCollection derived class  
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodDisposeCollectionItems (Inherited from Infragistics.Shared.DisposableObjectCollectionBase)
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDispose (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodVerifyMappingsAreLoadedIf no keymappings have been loaded this method calls the abstract LoadDefaultMappings method (Inherited from Infragistics.Win.KeyActionMappingsBase)
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also