Wimark.Controls Class Library  

CommandItem.PerformPopup Method

Generates a Popup event for the CommandItem.

[Visual Basic]
Public Sub PerformPopup( _
   ByVal containerType As CommandContainerType, _
   ByVal container As Component, _
   ByVal command As Component _
)
 
[C#]
public void PerformPopup( 
   CommandContainerType containerType, 
   Component container, 
   Component command 
);
[C++]
public: void PerformPopup( 
   CommandContainerType containerType, 
   Component* container, 
   Component* command 
);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

CommandItem Class | CommandItem Members | Wimark.Controls Namespace