|
IGLib
1.7.2
The IGLib base library for development of numerical, technical and business applications.
|
Windows form for testing window positioning./summary> $A Igor xx Oct09; More...
Inheritance diagram for IG.Forms.WindowPositionerForm:
Collaboration diagram for IG.Forms.WindowPositionerForm:Public Member Functions | |
| WindowPositionerForm () | |
| Constructs a new positioner form with undefined positioner, positioned window and master window. More... | |
| WindowPositionerForm (Form positionedWindow, Form masterWindow) | |
| Constructs a new positioner form with unspecified positioner and specified positioned window and master window. More... | |
| WindowPositionerForm (Form positionedWindow) | |
| Constructs a new positioner form with unspecified positioner and master window, and specified positioned window. More... | |
| WindowPositionerForm (WindowPositioner positioner) | |
| Constructs a new positioner form with the specified positioner and undefined positioned window and master window. More... | |
| WindowPositionerForm (WindowPositioner positioner, Form positionedWindow) | |
| Constructs a new positioner form with the specified positioner and positioned window, and undefined master window. More... | |
| WindowPositionerForm (WindowPositioner positioner, Form positionedWindow, Form masterWindow) | |
| Constructs a new positioner form with the specified positioner, positioned window and master window. More... | |
Public Member Functions inherited from IG.Forms.IClosableFromContainedForm | |
| void | Close () |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
| Clean up any resources being used. More... | |
Protected Attributes | |
| Form | _masterWindow |
| WindowPositionerControl | windowPositionerControl1 = null |
Properties | |
| string | Title [get] |
| WindowPositionerControl | PositionerControl [get] |
| Provides direct access to the embedded positioner control. More... | |
| WindowPositioner | Positioner [get, set] |
| Window positioner. More... | |
| Form | Window [get, set] |
| Window to be positioned. More... | |
| Form | MasterWindow [get, set] |
| Master window relative to which position is set. More... | |
Private Member Functions | |
| void | InitializeComponent () |
| Required method for Designer support - do not modify the contents of this method with the code editor. More... | |
Private Attributes | |
| System.ComponentModel.IContainer | components = null |
| Required designer variable. More... | |
Windows form for testing window positioning./summary> $A Igor xx Oct09;
|
inline |
Constructs a new positioner form with undefined positioner, positioned window and master window.
|
inline |
Constructs a new positioner form with unspecified positioner and specified positioned window and master window.
Positioner is created automatically and initialized to default state.
| positionedWindow | Window that is positioned. |
| masterWindow | Master window. |
|
inline |
Constructs a new positioner form with unspecified positioner and master window, and specified positioned window.
Positioner is created automatically and initialized to default state.
| positionedWindow | Window that is positioned. |
|
inline |
Constructs a new positioner form with the specified positioner and undefined positioned window and master window.
| positioner | Positioner object that positions the window. |
|
inline |
Constructs a new positioner form with the specified positioner and positioned window, and undefined master window.
| positioner | Positioner object that positions the window. |
| positionedWindow | Window that is positioned. |
|
inline |
Constructs a new positioner form with the specified positioner, positioned window and master window.
| positioner | Positioner object that positions the window. |
| positionedWindow | Window that is positioned. |
| masterWindow | Master window. |
|
inlineprotected |
Clean up any resources being used.
| disposing | true if managed resources should be disposed; otherwise, false. |
|
inlineprivate |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
protected |
|
private |
Required designer variable.
|
protected |
|
get |
|
get |
Provides direct access to the embedded positioner control.
|
getset |
Window positioner.
|
getset |
Window to be positioned.
|
getset |
Master window relative to which position is set.