Alternate color to indicate that an object is disabled.

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

Syntax

C#
public Color DisabledFillColor { get; set; }
Visual Basic
Public Property DisabledFillColor As Color
	Get
	Set
JScript
function get DisabledFillColor () : Color
function set DisabledFillColor (value : Color)

See Also