When true, the statefield drop-down UI will use the current "System Colors" (defined by the Operating System). When false, the statefield drop-down UI will use colors that match Label associated with the ProcessPoint dynamic (this is the default).

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.306.0 (10.97.306.00)

Syntax

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

See Also