Version

fnPerformToolAction Method

Internal proxy method that performs the specified action on the specified Ribbon tool
Syntax
'Declaration
 
Protected Sub fnPerformToolAction( _
   ByVal oToolAction As System.Object, _
   ByVal oToolPath As System.Object, _
   Optional ByVal oToolValue As System.Object _
) 
protected void fnPerformToolAction( 
   System.object oToolAction,
   System.object oToolPath,
   System.object oToolValue
)
protected: void fnPerformToolAction( 
   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