Version

Show(PopupInfo) Method

Used to display the Peek window with the specified position information.
Syntax
'Declaration
 
Public Overloads Overridable Sub Show( _
   ByVal info As Infragistics.Win.PopupInfo _
) 
public virtual void Show( 
   Infragistics.Win.PopupInfo info
)

Parameters

info
Provides information about the location of the Peek
Remarks

The Show method is used to display the Peek window. The info is used to provide position and owner information for the Peek window.

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