Version

ToolSelectListValue Method (WinRadialMenuReplayServer)

Selects the supplied list value in tool for the oTool parameter supplied.
Syntax
'Declaration
 
Public Sub ToolSelectListValue( _
   ByVal oTool As System.Object, _
   ByVal oValue As System.Object _
) 
public void ToolSelectListValue( 
   System.object oTool,
   System.object oValue
)

Parameters

oTool
parameter used to identify a RadialMenuTool. oTool can be an either the integer wedge index, string key or the string ToolTip resolved.
oValue
integer index or the string display name for the list item to be selected
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