Dundas Chart for Windows Forms
Popup Method
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > Command Class : Popup Method


focusControl
The control which will be the parent of the popup control.
Control which will be parent of the popup control
popupLocation
Location relative to focusControl.
Location relative to focusControl
Enterprise Only Feature. Brings up a pop-up control with sub-commands.
Brings up a pop-up control with sub-commands.

Syntax

Visual Basic (Declaration)  
Public Function Popup( _
   ByVal focusControl As Control, _
   ByVal popupLocation As Point _
) As Boolean
Visual Basic (Usage) Copy Code
Dim instance As Command
Dim focusControl As Control
Dim popupLocation As Point
Dim value As Boolean
 
value = instance.Popup(focusControl, popupLocation)
C#  
public bool Popup( 
   Control focusControl,
   Point popupLocation
)

Parameters

focusControl
The control which will be the parent of the popup control.
Control which will be parent of the popup control
popupLocation
Location relative to focusControl.
Location relative to focusControl

Return Value

True if popup control is populated and deployed, otherwize-false

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.