C# Class Ext.Net.WindowManager

Inheritance: ScriptClass
Mostrar archivo Open project: pgodwin/Ext.net

Private Properties

Property Type Description
ToScript string

Public Methods

Method 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

Method Description
ToScript ( ) : string

Method Details

BringToFront() public method

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

BringToFront() public method

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

HideAll() public method

Hides all windows in the group.
public HideAll ( ) : void
return void

SendToBack() public method

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

SendToBack() public method

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