Метод | Описание | |
---|---|---|
DockWindowChange ( ) : void | ||
DockWindowClose ( ) : void |
Close the dockable usercontrol(Named view Dialog)
|
|
GetDockWindowClosed ( ) : bool |
get the open/close status of dockable user control(WindowHelper dialog)
|
|
MapBasicWindowClose ( ) : void |
This function is called to close the WindowHelper dialog and release the resources when the end handeler is called
|
|
MapBasicWindowController ( ) : System |
Construction
|
|
MapBasicWindowShow ( ) : void | ||
SetDockWindowPositionFromFile ( ) : void |
Method for Setting the Docking state from xml file containg docking persistance information
|
Метод | Описание | |
---|---|---|
ApplyDockWindowState ( ) : void |
Method for setting the docking and position of dockable window
|
|
GetWindowWrapper ( int hMainWnd ) : System.Windows.Forms.WindowWrapper |
Returns the window wrapper. If window wrapper is null it correctly initializes the static member
|
|
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
|
public static MapBasicWindowClose ( ) : void | ||
Результат | void |
public MapBasicWindowController ( ) : System | ||
Результат | System |
public static MapBasicWindowShow ( ) : void | ||
Результат | void |
public SetDockWindowPositionFromFile ( ) : void | ||
Результат | void |