C# Class Ext.Net.WindowManager

Inheritance: ScriptClass
Afficher le fichier Open project: pgodwin/Ext.net

Private Properties

Свойство Type Description
ToScript string

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
ToScript ( ) : string

Method Details

BringToFront() public méthode

Brings the specified window to the front of any other active windows.
public BringToFront ( WindowBase window ) : void
window WindowBase Window
Résultat void

BringToFront() public méthode

Brings the specified window to the front of any other active windows.
public BringToFront ( string windowID ) : void
windowID string The id of the window
Résultat void

HideAll() public méthode

Hides all windows in the group.
public HideAll ( ) : void
Résultat void

SendToBack() public méthode

Sends the specified window to the back of other active windows.
public SendToBack ( WindowBase window ) : void
window WindowBase Window
Résultat void

SendToBack() public méthode

Sends the specified window to the back of other active windows.
public SendToBack ( string windowID ) : void
windowID string The id of the window
Résultat void