True to set initial aliases (InitialGlobalAliases, InitialLocalAliasCommandData) every time a display is loaded into this viewer. False to set initial aliases only for the first display loaded into this viewer (this is the default behavior).

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

Syntax

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

See Also