Version

CustomizeContextMenu Method (ToolbarManagerReplayServer)

RightClick the specified tool to shoe its QucikCustomization context menu
Syntax
'Declaration
 
Public Sub CustomizeContextMenu( _
   ByVal toolbar As System.String, _
   ByVal tool As System.String _
) 
public void CustomizeContextMenu( 
   System.string toolbar,
   System.string tool
)

Parameters

toolbar
a Toolbar Object to find the specified tool
tool
The key or index of the tool to right click.
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