Version

ToolUnCheck Method (WinRadialMenuReplayServer)

Clicks on the checkable tool supplied by the oTool parameter until the checkstate is unchecked.
Syntax
'Declaration
 
Public Sub ToolUnCheck( _
   ByVal oTool As System.Object _
) 
public void ToolUnCheck( 
   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