Version

GetToolById Method

Returns the tool instance with the specified Id.
Syntax
'Declaration
 
Public Function GetToolById( _
   ByVal id As String _
) As FrameworkElement
public FrameworkElement GetToolById( 
   string id
)

Parameters

id
The Id of the tool to find.

Return Value

The FrameworkElement derived tool instance or null if no tool instance exists with the specified Id.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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