If true, color change on a container object (such as a panel) recursively overrides the colors of all children of that panel, otherwise, color change will only be applied to the panel itself.

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

Syntax

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

See Also