Skip to content

P_Aml_Editor_Plugin_Contracts_IAMLEditorView_InitialDockPosition

AutomationML edited this page Jun 24, 2019 · 1 revision

IAMLEditorView.InitialDockPosition Property

AutomationML Editor

Gets the initial dock position for the PlugIn window

Namespace: Aml.Editor.Plugin.Contracts
Assembly: AML.Editor.PluginContracts (in AML.Editor.PluginContracts.dll) Version: 2.1

Syntax

C#

DockPositionEnum InitialDockPosition { get; }

VB

ReadOnly Property InitialDockPosition As DockPositionEnum
	Get

C++

property DockPositionEnum InitialDockPosition {
	DockPositionEnum get ();
}

Property Value

Type: DockPositionEnum

See Also

Reference

IAMLEditorView Interface
Aml.Editor.Plugin.Contracts Namespace

Clone this wiki locally