Intersoft ClientUI Documentation
SetContextMenuName Method



Target element.
Context menu name.
Sets the context menu name to target element.
Syntax
Public Shared Sub SetContextMenuName( _
   ByVal element As UIElement, _
   ByVal value As String _
) 
Dim element As UIElement
Dim value As String
 
ContextMenuService.SetContextMenuName(element, value)
public static void SetContextMenuName( 
   UIElement element,
   string value
)
public:
static void SetContextMenuName( 
   UIElement^ element,
   String^ value
) 

Parameters

element
Target element.
value
Context menu name.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ContextMenuService Class
ContextMenuService Members

Send Feedback