Gets the visual GwxDependencyObject in the display with the specified title.

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public GwxDependencyObject GetObjectByTitle(
	string title
)
Visual Basic
Public Function GetObjectByTitle ( _
	title As String _
) As GwxDependencyObject
JScript
public function GetObjectByTitle(
	title : String
) : GwxDependencyObject

Parameters

title
Type: System..::..String
The title of the GwxDependencyObject to get (may include wildcards).

Return Value

A GwxDependencyObject if found, null if not found.

Remarks

If multiple objects match the specified title, the first matching object found is returned.

See Also