Version

ColorCategory Class Members

The following tables list the members exposed by ColorCategory.

Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)DefaultReturns a static ColorCategory instance that is used to identify objects whose color and image properties should be manipulated by the ISL generator when the library is used as a custom ISL generator template but have not been assigned a specific named ColorCategory.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyIsDefaultReturns a boolean indicating if this instance represents the Default instance that is used to identify objects whose image and color properties should be manipulated but have not been assigned a specific named ColorCategory.  
Public PropertyIsNoneReturns a boolean indicating if this instance represents the None instance that is used to identify objects whose image and color properties should not be manipulated.  
Public PropertyNameReturns or sets the name of the  
Public Propertystatic (Shared in Visual Basic)NoneReturns a static ColorCategory instance that is used to identify objects whose color and image properties should not be manipulated by the ISL generator when the library is used as a custom ISL generator template.  
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 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 an active object is Disposed to notify a derived class when the object has been Disposed.  
See Also