Version

XamRibbonProxy.ToolAction_Ribbon Enumeration

Enum of replayable DockManager PerformTool action options.
Syntax
'Declaration
 
Public Enum XamRibbonProxy.ToolAction_Ribbon 
   Inherits System.Enum
public enum XamRibbonProxy.ToolAction_Ribbon : System.Enum 
__value public enum XamRibbonProxy.ToolAction_Ribbon : public System.Enum 
Members
MemberDescription
ActivateActivates the gallery item of XamRibbon
ClickClicks on the tool of XamRibbon
CloseUpCloses the drop down menu of the tool of XamRibbon
DropDownOpens the drop down menu of the tool of XamRibbon
SelectValueSelects one value from the given values of the tool of XamRibbon
SetValueSets the value for the tool of XamRibbon
UnknownSets the action to no value. This can be used as a default value
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