Sets the specified GwxElement as the only selected object.

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

Syntax

C#
public void SetSelectedObject(
	GwxElement newSelection
)
Visual Basic
Public Sub SetSelectedObject ( _
	newSelection As GwxElement _
)
JScript
public function SetSelectedObject(
	newSelection : GwxElement
)

Parameters

newSelection
Type: Ico.Gwx..::..GwxElement
The object to select.

See Also