Gets/sets a boolean value indicating whether or not the application is in runtime mode.

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

Syntax

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

See Also