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

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

Syntax

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

See Also