Switches to the custom view with the specified name.

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

Syntax

C#
public void SetCustomView(
	string viewName
)
Visual Basic
Public Sub SetCustomView ( _
	viewName As String _
)
JScript
public final function SetCustomView(
	viewName : String
)

Parameters

viewName
Type: System..::..String
The name of a custom view defined in the display.

Implements

IGwxControlSetCustomView(String)

See Also