C# 클래스 Ext.Net.WindowBase

파일 보기 프로젝트 열기: pgodwin/Ext.net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AlignTo void
AlignTo void
AnchorTo void
AnchorTo void
AnchorTo void
Center void
Close void
Focus void
Hide void
Hide void
Hide void
Hide void
Hide void
Hide void
Hide void
HideModal void
Maximize void
Minimize void
Restore void
SetActive void
SetAnimateTarget void
SetAnimateTarget void
Show void
Show void
Show void
Show void
Show void
Show void
Show void
ShowModal void
ToBack void
ToFront void
ToggleMaximize void
ToggleModal void
ToggleModal void

비공개 메소드들

메소드 설명
AlignTo ( string element, string position ) : void
AlignTo ( string element, string position, int offsetX, int offsetY ) : void
AnchorTo ( string element, string position ) : void
AnchorTo ( string element, string position, int offsetX, int offsetY ) : void
AnchorTo ( string element, string position, int offsetX, int offsetY, bool monitorScroll ) : void
Center ( ) : void
Close ( ) : void
Focus ( ) : void
Hide ( ) : void
Hide ( Control animateTarget ) : void
Hide ( Control animateTarget, string callback ) : void
Hide ( Control animateTarget, string callback, string scope ) : void
Hide ( string animateTarget ) : void
Hide ( string animateTarget, string callback ) : void
Hide ( string animateTarget, string callback, string scope ) : void
HideModal ( ) : void
Maximize ( ) : void
Minimize ( ) : void
Restore ( ) : void
SetActive ( bool active ) : void
SetAnimateTarget ( Control element ) : void
SetAnimateTarget ( string element ) : void
Show ( ) : void
Show ( Control animateTarget ) : void
Show ( Control animateTarget, string callback ) : void
Show ( Control animateTarget, string callback, string scope ) : void
Show ( string animateTarget ) : void
Show ( string animateTarget, string callback ) : void
Show ( string animateTarget, string callback, string scope ) : void
ShowModal ( ) : void
ToBack ( ) : void
ToFront ( ) : void
ToggleMaximize ( ) : void
ToggleModal ( ) : void
ToggleModal ( bool show ) : void