Version

Show(PopupInfo,PeekLocation) Method

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

Parameters

info
Provides information about the location of the Peek
peekLocation
The preferred PeekLocation.
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