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.306.0 (10.97.306.00)

Collapse imageSyntax

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)

Collapse imageSee Also