Retrieve a GwxCustomView object given its name.

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

Syntax

C#
public GwxCustomView GetCustomViewByName(
	string name
)
Visual Basic
Public Function GetCustomViewByName ( _
	name As String _
) As GwxCustomView
JScript
public function GetCustomViewByName(
	name : String
) : GwxCustomView

Parameters

name
Type: System..::..String
The name of the GwxCustomView object to get.

Return Value

A GwxCustomView object if found, null if not found.

See Also