C# Class WindowHelper.MapBasicWindowForm

Afficher le fichier Open project: PeterHorsbollMoller/mbWindowHelper Class Usage Examples

Méthodes publiques

Méthode Description
CloseDockWindow ( ) : void
MapBasicWindowForm ( ) : System
MapBasicWindowForm ( MapBasicWindowController controller, Win32Window mapbasicWindow ) : System
MapBasicWindowForm ( Win32Window mapbasicWindow ) : System
SetDockPosition ( ) : void

Set the dialog position and docking state

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

MapBasicWindowForm_Closed ( object sender, FormClosedEventArgs e ) : void
MapBasicWindowForm_DockChanged ( object sender, EventArgs e ) : void
MapBasicWindowForm_Load ( object sender, EventArgs e ) : void
MapBasicWindowForm_LocationChanged ( object sender, EventArgs e ) : void
MapBasicWindowForm_Resize ( object sender, EventArgs e ) : void
SetFocus ( IntPtr hWnd ) : IntPtr

Method Details

CloseDockWindow() public méthode

public CloseDockWindow ( ) : void
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

MapBasicWindowForm() public méthode

public MapBasicWindowForm ( ) : System
Résultat System

MapBasicWindowForm() public méthode

public MapBasicWindowForm ( MapBasicWindowController controller, Win32Window mapbasicWindow ) : System
controller MapBasicWindowController
mapbasicWindow Win32Window
Résultat System

MapBasicWindowForm() public méthode

public MapBasicWindowForm ( Win32Window mapbasicWindow ) : System
mapbasicWindow Win32Window
Résultat System

SetDockPosition() public méthode

Set the dialog position and docking state
public SetDockPosition ( ) : void
Résultat void