Specifies if the view is in design mode or in runtime mode

Namespace: Ico.Awx
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

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

See Also