This property indicates that when this dynamic is not toggling, the alternate state of the dynamic (rather than the default state) should be used. For instance, if toggle (flash) is specified for a GwxHide dynamic, when this property is true, the associated static object will be hidden when not flashing (when this property is false, the object will be visible when not flashing).

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

Syntax

C#
public bool DynamicStateWhenToggleOff { get; set; }
Visual Basic
Public Property DynamicStateWhenToggleOff As Boolean
	Get
	Set
JScript
function get DynamicStateWhenToggleOff () : boolean
function set DynamicStateWhenToggleOff (value : boolean)

See Also