Gets/sets an initial Local Alias command type for the first display loaded into this viewer (used with InitialLocalAliasCommandData).

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

Syntax

C#
public AliasCommandType InitialLocalAliasCommandType { get; set; }
Visual Basic
Public Property InitialLocalAliasCommandType As AliasCommandType
	Get
	Set
JScript
function get InitialLocalAliasCommandType () : AliasCommandType
function set InitialLocalAliasCommandType (value : AliasCommandType)

See Also