Retrieve a GwxCustomView object given its name.
Namespace: Ico.GwxAssembly: 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.