C# 클래스 Ext.Net.WindowManager

상속: ScriptClass
파일 보기 프로젝트 열기: pgodwin/Ext.net

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