Gets the GwxStateSelector object that owns this state item.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.306.0 (10.97.306.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