Version

SetRibbonTextBoxTool Method (ToolbarManagerReplayServer)

This action gets recorded when the user enter a text in TextBoxTool placed inside the ribbon.
Syntax
'Declaration
 
Public Sub SetRibbonTextBoxTool( _
   ByVal ribbonTab As System.String, _
   ByVal tool As System.Object, _
   ByVal text As System.String _
) 
public void SetRibbonTextBoxTool( 
   System.string ribbonTab,
   System.object tool,
   System.string text
)

Parameters

ribbonTab
A string that is formatted as follow: "[ribbonTab caption or index]:[ribbonGroup caption or Index]:[The key of OwningPopupTool if the group is placed on QAT]" a new parameter will be added to the record setting utility that will specify recording by text or Index.
tool
An object that represent the tool key/Index/ or path. When the tool is placed directly on a ribbon's group this parameter could be the key (as string) or the index (as integer) for this tool. in the case that the tool is placed inside a popuptool , the parameter will be formatted as a menu path that include a chain of tool's key separated by comas ","
text
A dtring Vlaue of the entered text.
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