C# Класс WindowHelper.MapBasicWindowController

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

DockWindowChange() публичный Метод

public DockWindowChange ( ) : void
Результат void

DockWindowClose() публичный Метод

Close the dockable usercontrol(Named view Dialog)
public DockWindowClose ( ) : void
Результат void

GetDockWindowClosed() публичный Метод

get the open/close status of dockable user control(WindowHelper dialog)
public GetDockWindowClosed ( ) : bool
Результат bool

MapBasicWindowClose() публичный статический Метод

This function is called to close the WindowHelper dialog and release the resources when the end handeler is called
public static MapBasicWindowClose ( ) : void
Результат void

MapBasicWindowController() публичный Метод

Construction
public MapBasicWindowController ( ) : System
Результат System

MapBasicWindowShow() публичный статический Метод

public static MapBasicWindowShow ( ) : void
Результат void

SetDockWindowPositionFromFile() публичный Метод

Method for Setting the Docking state from xml file containg docking persistance information
public SetDockWindowPositionFromFile ( ) : void
Результат void