Gets the GwxStateSelector object that owns this state item.

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

Syntax

C#
public GwxStateSelector GetParentStateSelector()
Visual Basic
Public Function GetParentStateSelector As GwxStateSelector
JScript
public function GetParentStateSelector() : GwxStateSelector

Return Value

The GwxStateSelector object that owns this state item.

See Also