Version

GetToolProperties Method

Stores the properties of the specified tool such as Text and Location
Syntax
'Declaration
 
Protected Sub GetToolProperties( _
   ByVal ribbonTool As System.Windows.DependencyObject, _
   ByRef text As System.String, _
   ByRef toolLocation As Infragistics.Windows.Ribbon.ToolLocation _
) 
protected void GetToolProperties( 
   System.Windows.DependencyObject ribbonTool,
   ref System.string text,
   ref Infragistics.Windows.Ribbon.ToolLocation toolLocation
)
protected: void GetToolProperties( 
   System.Windows.DependencyObject* ribbonTool,
   ref System.string* text,
   ref Infragistics.Windows.Ribbon.ToolLocation toolLocation
) 

Parameters

ribbonTool
The specified Riboon tool
text
The ouput text of the tool
toolLocation
The output location of the 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