C# Class Ext.Net.Desktop

Inheritance: Component
显示文件 Open project: pgodwin/Ext.net Class Usage Examples

Private Properties

Property Type Description
CallDesktop void
Cascade void
Desktop System
GetCurrent Desktop
OnInit void
PageLoadComplete void
Render void
SetBackgroundColor void
SetShortcutTextColor void
SetTickSize void
SetTickSize void
Tile void

Public Methods

Method Description
Desktop ( Config config ) : System

Protected Methods

Method Description
SetWallpaper ( string url ) : void

Private Methods

Method Description
CallDesktop ( string name ) : void
Cascade ( ) : void
Desktop ( ) : System
GetCurrent ( Page page ) : Desktop
OnInit ( EventArgs e ) : void
PageLoadComplete ( object sender, EventArgs e ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void
SetBackgroundColor ( string color ) : void
SetShortcutTextColor ( string color ) : void
SetTickSize ( int tickSize ) : void
SetTickSize ( int xTickSize, int yTickSize ) : void
Tile ( ) : void

Method Details

Desktop() public method

public Desktop ( Config config ) : System
config Config
return System

SetWallpaper() protected method

protected SetWallpaper ( string url ) : void
url string
return void