IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
IG.Forms.WindowPositionerForm Class Reference

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...
 
 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...
 
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...
 
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...
 

Detailed Description

Windows form for testing window positioning./summary> $A Igor xx Oct09;

Constructor & Destructor Documentation

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
positionedWindowWindow that is positioned.
masterWindowMaster 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
positionedWindowWindow 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
positionerPositioner 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
positionerPositioner object that positions the window.
positionedWindowWindow 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
positionerPositioner object that positions the window.
positionedWindowWindow that is positioned.
masterWindowMaster 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
positionedWindowWindow that is positioned.
masterWindowMaster 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
positionedWindowWindow 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
positionerPositioner 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
positionerPositioner object that positions the window.
positionedWindowWindow 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
positionerPositioner object that positions the window.
positionedWindowWindow that is positioned.
masterWindowMaster window.

Member Function Documentation

override void IG.Forms.WindowPositionerForm.Dispose ( bool  disposing)
inlineprotected

Clean up any resources being used.

Parameters
disposingtrue 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
disposingtrue 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.

Member Data Documentation

Form IG.Forms.WindowPositionerForm._masterWindow
protected
System ComponentModel IContainer IG.Forms.WindowPositionerForm.components = null
private

Required designer variable.

WindowPositionerControl IG.Forms.WindowPositionerForm.windowPositionerControl1 = null
protected

Property Documentation

string IG.Forms.WindowPositionerForm.Title
get
WindowPositionerControl IG.Forms.WindowPositionerForm.PositionerControl
get

Provides direct access to the embedded positioner control.

WindowPositioner IG.Forms.WindowPositionerForm.Positioner
getset

Window positioner.

Form IG.Forms.WindowPositionerForm.Window
getset

Window to be positioned.

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: