C# Class Ext.Net.ExtControlDesigner

Inheritance: System.Web.UI.Design.ControlDesigner
Exibir arquivo Open project: pgodwin/Ext.net

Private Properties

Property Type Description
AddIcon void
GetDesignTimeHtml string
GetDesignTimeHtml string
GetIconStyleBlock string
GetWebResourceUrl string
Initialize void
ReadDesignMode DesignMode
XGetDesignTimeHtml string
XGetDesignTimeHtml string

Protected Methods

Method Description
GetErrorDesignTimeHtml ( Exception e ) : string

Private Methods

Method Description
AddIcon ( Icon icon ) : void
GetDesignTimeHtml ( ) : string
GetDesignTimeHtml ( System.Web.UI.Design.DesignerRegionCollection regions ) : string
GetIconStyleBlock ( ) : string
GetWebResourceUrl ( string webResourceName ) : string
Initialize ( IComponent component ) : void
ReadDesignMode ( ) : DesignMode
XGetDesignTimeHtml ( ) : string
XGetDesignTimeHtml ( System.Web.UI.Design.DesignerRegionCollection regions ) : string

Method Details

GetErrorDesignTimeHtml() protected method

protected GetErrorDesignTimeHtml ( Exception e ) : string
e System.Exception
return string