Version

UltraControlContainerEditor Class Members

The following tables list the members exposed by UltraControlContainerEditor.

Public Constructors
 NameDescription
Public ConstructorUltraControlContainerEditor ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyApplyOwnerAppearanceToEditingControlGets or sets whether or not the owner's appearance properties that apply to Control (such as BackColor, ForeColor, and ImageBackground) are applied to the EditingControl before it is displayed.  
Public PropertyApplyOwnerAppearanceToRenderingControlGets or sets whether or not the owner's appearance properties that apply to Control (such as BackColor, ForeColor, and ImageBackground) are applied to the RenderingControl before it is drawn.  
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyEditingControlGets or set the control which will be used for editing when the editor goes into edit mode.  
Public PropertyEditingControlPropertyNameGets or sets the name of the property on the EditingControl which will be used to determine the value of the owning object.  
Public PropertyEnterEditModeMouseBehaviorDetermines what happens when the editor enters edit mode via the mouse.  
Public PropertyRenderingControlGets or set the control which will be used for rendering the editor when not in edit mode.  
Public PropertyRenderingControlPropertyNameGets or sets the name of the property on the RenderingControl which will be used to determine the value of the owning object.  
Public PropertySiteOverridden. The component's site (set at design time only).  
Protected Properties
 NameDescription
Protected PropertyCanRaiseEvents (Inherited from System.ComponentModel.Component)
Protected PropertyDesignMode (Inherited from System.ComponentModel.Component)
Protected PropertyEventsReturns the list of event handlers that are attached to this component. (Inherited from Infragistics.Win.UltraComponentBase)
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 MethodDisposeOverloaded. Overridden. Clean up any resources being used.  
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 MethodToString (Inherited from System.ComponentModel.Component)
Protected Methods
 NameDescription
Protected MethodFinalize (Inherited from System.ComponentModel.Component)
Protected MethodGetService (Inherited from System.ComponentModel.Component)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodNotifyPropChangeOverloaded. Notifies any listeners when the state of an object has changed (Inherited from Infragistics.Win.UltraComponentBase)
Protected MethodOnPropertyChangedInvokes the PropertyChanged event. This event is fired to notify listeners of a property changes on the component or a subobject. (Inherited from Infragistics.Win.UltraComponentBase)
Protected MethodShouldSerializeContainingControlReturns true if the ContainingControl property should be serialized  
Public Events
 NameDescription
Public EventDisposed (Inherited from System.ComponentModel.Component)
Public EventPropertyChangedFired after a property has changed. (Inherited from Infragistics.Win.UltraComponentBase)
See Also