Gets the visual object with the specified title.

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

Syntax

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

Parameters

title
Type: System..::..String
The title of a visual object to find (may include wildcards).

Return Value

A visual object if found, otherwise null.

Remarks

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

See Also