EbsOpen Class Library for EBSILON®Professional

Application.SetPosition Method 

[Visual Basic]
Public Sub SetPosition( _ 
   ByVal Left As Integer, _ 
   ByVal Top As Integer, _ 
   ByVal Right As Integer, _ 
   ByVal Bottom As Integer _ 
)
[C#]
public void SetPosition(
   int Left,
   int Top,
   int Right,
   int Bottom
);
[C++]
public: void SetPosition(
   int Left,
   int Top,
   int Right,
   int Bottom
);
[JScript]
public function SetPosition(
   int Left,
   int Top,
   int Right,
   int Bottom
);

Remarks

set the position of the EBSILON®Professional main-window

See Also

Application Class | EbsOpen Namespace