Version

UltraPeekPopup Class

Component for displaying a control in a Peek window.
Syntax
'Declaration
 
Public Class UltraPeekPopup 
   Inherits Infragistics.Win.UltraComponentControlManagerBase
   Implements Infragistics.Shared.IUltraComponent, Infragistics.Win.AppStyling.ISupportAppStyling, Infragistics.Win.IPopupItem, Infragistics.Win.IPopupItemProvider, Infragistics.Win.IUltraControl, Infragistics.Win.Peek.IPeekOwner 
public class UltraPeekPopup : Infragistics.Win.UltraComponentControlManagerBase, Infragistics.Shared.IUltraComponent, Infragistics.Win.AppStyling.ISupportAppStyling, Infragistics.Win.IPopupItem, Infragistics.Win.IPopupItemProvider, Infragistics.Win.IUltraControl, Infragistics.Win.Peek.IPeekOwner  
Remarks

The UltraPeekPopup is a component that can be used to display any System.Windows.Forms.Control derived class in a separate Peek window. The Content property is used to indicate which control should be displayed in the Peek window.

The Show(Control,Rectangle,PeekLocation) method can be used to display the Peek window. There are several overloads of the method so that the position of the Peek can be controlled. The Close method may be used to hide the Peek window.

The FromControl member is a static method that may be used to obtain a reference to the UltraPeekPopup that is currently displaying the specified control.

The class exposes several events to provide a notification when the Peek window is opening (Opening and Opened) and closed (Closed).

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also