Version

ToolCheck Method (WinRadialMenuReplayServer)

Clicks on the checkable tool supplied by the oTool parameter until the checkstate is checked.
Syntax
'Declaration
 
Public Sub ToolCheck( _
   ByVal oTool As System.Object _
) 
public void ToolCheck( 
   System.object oTool
)

Parameters

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