Intersoft ClientUI Documentation
GetContextMenuControl Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua Namespace > ContextMenuService Class : GetContextMenuControl Method






name
Name of the control.
Get UXContextMenu control.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetContextMenuControl( _
   ByVal name As String _
) As FrameworkElement
Visual Basic (Usage)Copy Code
Dim name As String
Dim value As FrameworkElement
 
value = ContextMenuService.GetContextMenuControl(name)
C# 
public static FrameworkElement GetContextMenuControl( 
   string name
)
Delphi 
public function GetContextMenuControl( 
    name: String
): FrameworkElement; static; 
JScript 
public static function GetContextMenuControl( 
   name : String
) : FrameworkElement;
Managed Extensions for C++ 
public: static FrameworkElement* GetContextMenuControl( 
   string* name
) 
C++/CLI 
public:
static FrameworkElement^ GetContextMenuControl( 
   String^ name
) 

Parameters

name
Name of the control.

Return Value

UXContextMenu control.

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

© 2012 All Rights Reserved.