API Reference

Detailed and full API reference helps you master Tekla development

This is the most recent version of Tekla Open API.
For older versions, please visit Tekla Warehouse.

FormBorders Methods

The FormBorders type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCheckScreenPosition(Form)
Moves form to primary screen.
Public methodStatic memberCheckScreenPosition(Window)
Moves window to primary screen.
Public methodStatic memberIsOnActiveDisplays
Checks form quadrants to be sure full extents is on a single screen
Public methodStatic memberRestoreFormSizeAndLocation(Form)
Restores the form size and location from the registry.
Public methodStatic memberRestoreFormSizeAndLocation(Window)
Restores the WPF window size and location from the registry.
Public methodStatic memberStoreFormSizeAndLocation(Form)
Stores the form size and location into the registry.
Public methodStatic memberStoreFormSizeAndLocation(Window)
Stores the window size and location into the registry.
Top
See Also