Windows form for testing window positioning./summary> $A Igor xx Oct09;
More...
|
| 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...
|
|
| 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...
|
|
void | Close () |
|
|
override void | Dispose (bool disposing) |
| Clean up any resources being used. More...
|
|
override void | Dispose (bool disposing) |
| Clean up any resources being used. More...
|
|
|
void | InitializeComponent () |
| Required method for Designer support - do not modify the contents of this method with the code editor. More...
|
|
void | InitializeComponent () |
| Required method for Designer support - do not modify the contents of this method with the code editor. More...
|
|
|
System.ComponentModel.IContainer | components = null |
| Required designer variable. More...
|
|
Windows form for testing window positioning./summary> $A Igor xx Oct09;
IG.Forms.WindowPositionerForm.WindowPositionerForm |
( |
| ) |
|
|
inline |
Constructs a new positioner form with undefined positioner, positioned window and master window.
IG.Forms.WindowPositionerForm.WindowPositionerForm |
( |
Form |
positionedWindow, |
|
|
Form |
masterWindow |
|
) |
| |
|
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.
- Parameters
-
positionedWindow | Window that is positioned. |
masterWindow | Master window. |
IG.Forms.WindowPositionerForm.WindowPositionerForm |
( |
Form |
positionedWindow | ) |
|
|
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.
- Parameters
-
positionedWindow | Window that is positioned. |
IG.Forms.WindowPositionerForm.WindowPositionerForm |
( |
WindowPositioner |
positioner | ) |
|
|
inline |
Constructs a new positioner form with the specified positioner and undefined positioned window and master window.
- Parameters
-
positioner | Positioner object that positions the window. |
IG.Forms.WindowPositionerForm.WindowPositionerForm |
( |
WindowPositioner |
positioner, |
|
|
Form |
positionedWindow |
|
) |
| |
|
inline |
Constructs a new positioner form with the specified positioner and positioned window, and undefined master window.
- Parameters
-
positioner | Positioner object that positions the window. |
positionedWindow | Window that is positioned. |
IG.Forms.WindowPositionerForm.WindowPositionerForm |
( |
WindowPositioner |
positioner, |
|
|
Form |
positionedWindow, |
|
|
Form |
masterWindow |
|
) |
| |
|
inline |
Constructs a new positioner form with the specified positioner, positioned window and master window.
- Parameters
-
positioner | Positioner object that positions the window. |
positionedWindow | Window that is positioned. |
masterWindow | Master window. |
IG.Forms.WindowPositionerForm.WindowPositionerForm |
( |
| ) |
|
|
inline |
Constructs a new positioner form with undefined positioner, positioned window and master window.
IG.Forms.WindowPositionerForm.WindowPositionerForm |
( |
Form |
positionedWindow, |
|
|
Form |
masterWindow |
|
) |
| |
|
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.
- Parameters
-
positionedWindow | Window that is positioned. |
masterWindow | Master window. |
IG.Forms.WindowPositionerForm.WindowPositionerForm |
( |
Form |
positionedWindow | ) |
|
|
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.
- Parameters
-
positionedWindow | Window that is positioned. |
IG.Forms.WindowPositionerForm.WindowPositionerForm |
( |
WindowPositioner |
positioner | ) |
|
|
inline |
Constructs a new positioner form with the specified positioner and undefined positioned window and master window.
- Parameters
-
positioner | Positioner object that positions the window. |
IG.Forms.WindowPositionerForm.WindowPositionerForm |
( |
WindowPositioner |
positioner, |
|
|
Form |
positionedWindow |
|
) |
| |
|
inline |
Constructs a new positioner form with the specified positioner and positioned window, and undefined master window.
- Parameters
-
positioner | Positioner object that positions the window. |
positionedWindow | Window that is positioned. |
IG.Forms.WindowPositionerForm.WindowPositionerForm |
( |
WindowPositioner |
positioner, |
|
|
Form |
positionedWindow, |
|
|
Form |
masterWindow |
|
) |
| |
|
inline |
Constructs a new positioner form with the specified positioner, positioned window and master window.
- Parameters
-
positioner | Positioner object that positions the window. |
positionedWindow | Window that is positioned. |
masterWindow | Master window. |
override void IG.Forms.WindowPositionerForm.Dispose |
( |
bool |
disposing | ) |
|
|
inlineprotected |
Clean up any resources being used.
- Parameters
-
disposing | true if managed resources should be disposed; otherwise, false. |
void IG.Forms.WindowPositionerForm.InitializeComponent |
( |
| ) |
|
|
inlineprivate |
Required method for Designer support - do not modify the contents of this method with the code editor.
override void IG.Forms.WindowPositionerForm.Dispose |
( |
bool |
disposing | ) |
|
|
inlineprotected |
Clean up any resources being used.
- Parameters
-
disposing | true if managed resources should be disposed; otherwise, false. |
void IG.Forms.WindowPositionerForm.InitializeComponent |
( |
| ) |
|
|
inlineprivate |
Required method for Designer support - do not modify the contents of this method with the code editor.
Form IG.Forms.WindowPositionerForm._masterWindow |
|
protected |
System ComponentModel IContainer IG.Forms.WindowPositionerForm.components = null |
|
private |
Required designer variable.
string IG.Forms.WindowPositionerForm.Title |
|
get |
Provides direct access to the embedded positioner control.
Form IG.Forms.WindowPositionerForm.Window |
|
getset |
Form IG.Forms.WindowPositionerForm.MasterWindow |
|
getset |
Master window relative to which position is set.
The documentation for this class was generated from the following files: