Type: ILayoutService

Summary:

Layout service

Remarks:

Methods:

GetControls(Sym3.Controls.IControlLogic)

Summary:

Returns a list of all instance of a logical control

Parameters:

  1. controlLogic:

SetMonitorWindow(Sym3.IWindow,Sym3.Operator.Runtime.IMonitor)

Summary:

Set a window in a monitor

Parameters:

  1. window:
  2. monitor:

SetMonitorWindow(Sym3.IWindow,System.Int32)

Summary:

Set a window in a monitor

Parameters:

  1. window:
  2. monitorId:

NewPopup(Sym3.IWindow,System.Int32,System.Int32,System.Boolean,System.Object)

Summary:

Creates a new popup window

Parameters:

  1. view:
  2. x:
  3. y:
  4. caller:

DeletePopup(Sym3.Operator.Runtime.IRuntimeWindow)

Summary:

Delete (or close) a window

Parameters:

  1. window:

ClosePopup(Sym3.Operator.Runtime.IRuntimeWindow)

Summary:

Close a popup window. Identical to DeletePopup.

Parameters:

  1. window:

CloseAllPopups

Summary:

Closes all windows

DisplaySpeedTuningDialog

Summary:

Display the speed tuning dialog

Properties

IsTopMost

Summary:

Gets or sets the application to be topmost

Type:

System.Boolean

Access:

Read and Write

Monitors

Summary:

Gets a list of monitor

Type:

System.Collections.Generic.List`1[BCS.Sym3.Operator.Runtime.IMonitor]

Access:

Read

BackgroundColor

Summary:

Gets or sets background color

Type:

System.Drawing.Color

Access:

Read and Write

Windows

Summary:

Gets a list of windows

Type:

System.Collections.Generic.List`1[BCS.Sym3.Operator.Runtime.IRuntimeWindow]

Access:

Read