Type: BCS.Sym3.Operator.Runtime.IRuntimeWindow

Instance of a window

Properties


Caller

  • Description: Get the caller object
  • Type: Object
  • Access: Read

Item(System.String)

  • Description: Gets by name
  • Type:
  • Access:

RuntimeControls

  • Description: Gets list of controls (not recursive)
  • Type: List`1
  • Access: Read

Title

  • Description: Gets or sets title
  • Type: String
  • Access: Read and Write

Window

  • Description: Gets the logical window
  • Type: IWindow
  • Access: Read

X

  • Description: Gets or sets window X location
  • Type: Int32
  • Access: Read and Write

Y

  • Description: Gets or sets window Y location
  • Type: Int32
  • Access: Read and Write

Methods


Get(System.String)

Gets by name

  • Parameters:
    • name:

GetRuntimeControls(BCS.Sym3.Controls.IControlLogic)

Returns a list of all instance of a logical control

  • Parameters:
    • controlLogic: