Wimark.Controls Class Library  

ContextMenus.GetContextMenu Method

Gets the shortcut menu associated with a control.

[Visual Basic]
Public Function GetContextMenu( _
   ByVal control As Control _
) As ContextMenu 
[C#]
public ContextMenu GetContextMenu( 
   Control control 
);
[C++]
public: ContextMenu* GetContextMenu( 
   Control* control 
);

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

ContextMenus Class | ContextMenus Members | Wimark.Controls Namespace