C# Class Ext.Net.WindowBase

Exibir arquivo Open project: pgodwin/Ext.net Class Usage Examples

Private Properties

Property Type Description
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

Private Methods

Method Description
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