Version

UltraPeekPopup Class Methods

For a list of all members of this type, see UltraPeekPopup members.

Public Methods
 NameDescription
Public MethodBeginUpdate (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
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 MethodEndUpdateOverloaded.  (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Public Methodstatic (Shared in Visual Basic)FromControlReturns a dropped down UltraPeekPopup 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 MethodResetAppearanceResets the Appearance property.  
Public MethodResetCaptionAppearanceResets the CaptionAppearance property.  
Public MethodResetCaptionButtonsLeftClears the CaptionButtonsLeft collection  
Public MethodResetCaptionButtonsRightClears the CaptionButtonsRight collection  
Public MethodResetCursor (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Public MethodShowOverloaded. Used to display the Peek window with the specified position information.  
Public MethodToString (Inherited from System.ComponentModel.Component)
Protected Methods
 NameDescription
Protected MethodChangeControlsEnabledStateOverridden. This method is invoked when the enabled property of the managed controls should be changed.  
Protected MethodChangeControlsVisibleStateOverridden. This method is invoked when the visible property of the managed controls should be changed. A control should only be shown/hidden if its IsHandleCreated property returns true.  
Protected MethodCreateComponentRoleOverridden. Overridden. Factory method used to create the component role that provides the style information for the component.  
Protected MethodDirtyChildElementsOverridden. This method is invoked when the uielements for the managed controls should be dirtied. A control should only be dirtied if its IsHandleCreated property returns true.  
Protected MethodFinalize (Inherited from System.ComponentModel.Component)
Protected MethodGetSelectionManager (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Protected MethodGetService (Inherited from System.ComponentModel.Component)
Protected MethodInvalidateControlsOverridden. This method is invoked when the controls should be invalidated. A control should only be invalidated if its IsHandleCreated property returns true.  
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Win.UltraComponentBase)
Protected MethodOnBeginInitInvoked during the System.ComponentModel.ISupportInitialize.BeginInit of the component.  
Protected MethodOnClosedUsed to invoke the Closed event when the peek has been closed.  
Protected MethodOnEndInitInvoked during the System.ComponentModel.ISupportInitialize.EndInit of the component.  
Protected MethodOnMouseEnterElement (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Protected MethodOnMouseLeaveElement (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Protected MethodOnOpenedUsed to invoke the Opened event before the peek is displayed.  
Protected MethodOnOpeningUsed to invoke the Opening event before the peek is displayed.  
Protected MethodOnPropertyChangedOverridden. Invokes the PropertyChanged event. This event is fired to notify listeners of a property changes on the component or a subobject.  
Protected MethodOnSubObjectPropChangedInvoked when a property has changed on a sub object  
Protected MethodShouldSerializeAppearanceReturns whether the Appearance requires serialization.  
Protected MethodShouldSerializeCaptionAppearanceReturns whether the CaptionAppearance requires serialization.  
Protected MethodShouldSerializeCaptionButtonsLeftIndicates if the CaptionButtonsLeft should be serialized.  
Protected MethodShouldSerializeCaptionButtonsRightIndicates if the CaptionButtonsRight should be serialized.  
Protected MethodShouldSerializeCursor (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
See Also