Set this option to true to cause a statically visible object to become hidden. If true, this animation with explicitly set the visibility of the associated object to hidden. If false, this animation will restore the associated object's static visibility state (assuming it to be statically hidden).

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

Syntax

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

See Also