C# Класс Ext.Net.WindowManager

Наследование: ScriptClass
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
ToScript string

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

Метод Описание
BringToFront ( WindowBase window ) : void

Brings the specified window to the front of any other active windows.

BringToFront ( string windowID ) : void

Brings the specified window to the front of any other active windows.

HideAll ( ) : void

Hides all windows in the group.

SendToBack ( WindowBase window ) : void

Sends the specified window to the back of other active windows.

SendToBack ( string windowID ) : void

Sends the specified window to the back of other active windows.

Приватные методы

Метод Описание
ToScript ( ) : string

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

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

Brings the specified window to the front of any other active windows.
public BringToFront ( WindowBase window ) : void
window WindowBase Window
Результат void

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

Brings the specified window to the front of any other active windows.
public BringToFront ( string windowID ) : void
windowID string The id of the window
Результат void

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

Hides all windows in the group.
public HideAll ( ) : void
Результат void

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

Sends the specified window to the back of other active windows.
public SendToBack ( WindowBase window ) : void
window WindowBase Window
Результат void

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

Sends the specified window to the back of other active windows.
public SendToBack ( string windowID ) : void
windowID string The id of the window
Результат void