Version

SelectTabItemToolbarColorTool Method (ToolbarManagerReplayServer)

This action gets recorded when the user select a color from PopupColorPicker tool placed on the Ribbon TabItem Toolbar.
Syntax
'Declaration
 
Public Sub SelectTabItemToolbarColorTool( _
   ByVal tool As System.Object, _
   ByVal ARGB As System.Object _
) 
public void SelectTabItemToolbarColorTool( 
   System.object tool,
   System.object ARGB
)

Parameters

tool
an object that represent the tool key or path. When the tool is placed directly on the Ribbon TabItem Toolbar this parameter will be the key (as string) 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 ","
ARGB
ARGB represents alpha, red, green, and blue color values.
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