Method | Description | |
---|---|---|
Activate ( ) : void | ||
Close ( ) : void | ||
DockWindowChange ( ) : void | ||
DockWindowClose ( ) : void |
Close the dockable usercontrol(Named view Dialog)
|
|
DockableWindowForm ( |
||
DockableWindowForm ( |
||
DockableWindowForm ( |
||
GetDockWindowClosed ( ) : bool |
get the open/close status of dockable user control(WindowHelper dialog)
|
|
SetDockPosition ( ) : void |
Set the dialog position and docking state
|
|
SetDockWindowPositionFromFile ( ) : void |
Method for Setting the Docking state from xml file containg docking persistance information
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
ApplyDockWindowState ( ) : void |
Method for setting the docking and position of dockable window
|
|
ConfigureDockableWindow ( |
||
DockableWindowForm_Closed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void | ||
DockableWindowForm_DockChanged ( object sender, |
||
DockableWindowForm_Load ( ) : void | ||
DockableWindowForm_LocationChanged ( object sender, |
||
DockableWindowForm_Resize ( object sender, |
||
DockableWindow_VisibleChanged ( object sender, |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
LoadDockWindowStateFromFile ( ) : void |
Load the dock window state from the xml file It uses mutexes to synchronize the threads accessing the xml file
|
|
SetDefaultDockingInfo ( ) : void |
Method for setting some resaonable position/ docked state
|
|
WriteDockWindowStateToFile ( ) : void |
Write the dock window state to file It uses mutexes to synchronize the threads accessing the xml file
|
|
getDockWindowState ( ) : DockWindowState |
Method for getting the Docking state related information
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public DockableWindowForm ( |
||
mapInfoWindow | ||
return | System |
public DockableWindowForm ( |
||
mapInfoWindow | ||
name | string | |
return | System |
public DockableWindowForm ( |
||
mapInfoWindow | ||
name | string | |
windowTitle | string | |
return | System |
public SetDockWindowPositionFromFile ( ) : void | ||
return | void |