Version

PerformToolAction Method

Performs the specified action on the specified Ribbon tool
Syntax
'Declaration
 
Public Sub PerformToolAction( _
   ByVal oToolAction As System.Object, _
   ByVal oToolPath As System.Object, _
   Optional ByVal oToolValue As System.Object _
) 
public void PerformToolAction( 
   System.object oToolAction,
   System.object oToolPath,
   System.object oToolValue
)
public: void PerformToolAction( 
   System.Object* oToolAction,
   System.Object* oToolPath,
   System.Object* oToolValue
) 

Parameters

oToolAction
The specified action to be perofrmed on the tool
oToolPath
Identifier of the specified tool
oToolValue
Optional value to be set to the tool (Check, Uncheck, Indeterminate, text for a TextEditor tool, text for an editable ComboEditor tool)
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