Version

UltraPopupControlContainer Class Members

The following tables list the members exposed by UltraPopupControlContainer.

Public Constructors
 NameDescription
Public ConstructorUltraPopupControlContainer ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyComponentRole (Inherited from Infragistics.Win.UltraStylableComponent)
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyDropDownResizeHandleAppearanceDropdown resize handle appearance.  
Public PropertyDropDownResizeHandleStyleGets/Sets Drop Down Resize Handle Style  
Public PropertyDropDownResizeHandleStyleResolvedGets/Sets Drop Down Resize Handle Style  
Public PropertyHasDropdownResizeHandleAppearanceTrue if an appearance object has been allocated  
Public PropertyIsDisplayedIndicates if the popup window is currently being displayed.  
Public PropertyPopupControlReturns or sets the control that will be displayed in the popup.  
Public PropertyPreferredDropDownSizeThe preferred size of the dropdown.  
Public PropertySite (Inherited from System.ComponentModel.Component)
Public PropertySourceControlReturns the Control that displayed the popup window.  
Public PropertyStyleLibraryName (Inherited from Infragistics.Win.UltraStylableComponent)
Public PropertyStyleSetName (Inherited from Infragistics.Win.UltraStylableComponent)
Public PropertyUseAppStyling (Inherited from Infragistics.Win.UltraStylableComponent)
Protected Properties
 NameDescription
Protected PropertyCanRaiseEvents (Inherited from System.ComponentModel.Component)
Protected PropertyDesignMode (Inherited from System.ComponentModel.Component)
Protected PropertyEvents (Inherited from Infragistics.Win.UltraComponentBase)
Protected PropertySubObjectPropChangeHandlerReturns the event handler that notifies OnSubObjectPropChanged  
Public Methods
 NameDescription
Public MethodCloseUsed to close up the popup window.  
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 Methodstatic (Shared in Visual Basic)FromControlReturns a dropped down UltraPopupControlContainer that contains the specified control.  
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 MethodResetDropDownResizeHandleAppearanceResets the DropDownResizeHandleAppearance property to its default value.  
Public MethodResetDropDownResizeHandleStyleResets the DropDownResizeHandleStyle property to its default value.  
Public MethodResetPreferredDropDownSizeResets the PreferredDropDownSize properties to their default values.  
Public MethodShowOverloaded. Used to display the popup window.  
Public MethodToString (Inherited from System.ComponentModel.Component)
Protected Methods
 NameDescription
Protected MethodCreateComponentRoleOverridden. Overridden. Factory method used to create the component role that provides the style information for the component.  
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.  (Inherited from Infragistics.Win.UltraComponentBase)
Protected MethodOnAfterDropDownResizeFires after the resize of dropdown has completed.  
Protected MethodOnBeforeDropDownResizeStartFires Before the DropDown Resize has started  
Protected MethodOnClosedUsed to invoke the Closed event when the dropdown has been closed.  
Protected MethodOnOpenedUsed to invoke the Opened event before the dropdown is displayed.  
Protected MethodOnOpeningUsed to invoke the Opening event before the dropdown is displayed.  
Protected MethodOnPropertyChanged (Inherited from Infragistics.Win.UltraComponentBase)
Protected MethodOnSubObjectPropChangedInvoked when a property has changed on a sub object  
Protected MethodShouldSerializeDropDownResizeHandleAppearance

Returns a Boolean value that determines whether the DropDownResizeHandleAppearance property is set to its default value.

 
Protected MethodShouldSerializeDropDownResizeHandleStyle

Returns a Boolean value that determines whether the DropDownResizeHandleStyle property is set to its default value.

 
Protected MethodShouldSerializePreferredDropDownSizeReturns true if this property is not set to its default value  
Public Events
 NameDescription
Public EventAfterDropDownResizeFired after resize of dropDown is completed.  
Public EventBeforeDropDownResizeStartFired before resize of DropDown begins.  
Public EventClosedInvoked when the popup window has been closed.  
Public EventDisposed (Inherited from System.ComponentModel.Component)
Public EventOpenedInvoked after the dropdown is displayed  
Public EventOpeningInvoked before the dropdown is displayed  
Public EventPropertyChanged (Inherited from Infragistics.Win.UltraComponentBase)
See Also