C# 클래스 Ext.Net.Desktop

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

Private Properties

프로퍼티 타입 설명
CallDesktop void
Cascade void
Desktop System
GetCurrent Desktop
OnInit void
PageLoadComplete void
Render void
SetBackgroundColor void
SetShortcutTextColor void
SetTickSize void
SetTickSize void
Tile void

공개 메소드들

메소드 설명
Desktop ( Config config ) : System

보호된 메소드들

메소드 설명
SetWallpaper ( string url ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Desktop() 공개 메소드

public Desktop ( Config config ) : System
config Config
리턴 System

SetWallpaper() 보호된 메소드

protected SetWallpaper ( string url ) : void
url string
리턴 void