Gets a list of visual GwxDependencyObjects 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[] GetObjectsByTitle(
	string title
)
Visual Basic
Public Function GetObjectsByTitle ( _
	title As String _
) As GwxDependencyObject()
JScript
public function GetObjectsByTitle(
	title : String
) : GwxDependencyObject[]

Parameters

title
Type: System..::..String
The title of the GwxDependencyObjects to get (may include wildcards). This can also be a comma-separated list of titles to find.

Return Value

A list of GwxDependencyObjects if found, otherwise an empty list.

Remarks

If multiple objects match the specified title, all matching objects are returned.

See Also