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

Namespace: Ico.Gwx
Assembly: GwxRuntimeViewControl (in GwxRuntimeViewControl.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
final function get Runtime () : boolean
final function set Runtime (value : boolean)

Implements

IGwxControlRuntime()()()()

See Also