Version

GetToolParent Method

Returns the parent of the tool that would be included in the tool's path identifier
Syntax
'Declaration
 
Protected Function GetToolParent( _
   ByVal depObj As System.Windows.DependencyObject _
) As System.Windows.DependencyObject
protected System.Windows.DependencyObject GetToolParent( 
   System.Windows.DependencyObject depObj
)
protected: System.Windows.DependencyObject* GetToolParent( 
   System.Windows.DependencyObject* depObj
) 

Parameters

depObj
The ribbon tool

Return Value

Returns the parent of the tool that would be included in the tool's path identifier
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