Brings up a pop-up control with sub-commands.
Brings up a pop-up control with sub-commands.
Syntax
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)
|
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