C# Class Ext.Net.PanelDesigner

Inheritance: ContentPanelDesigner
Mostra file Open project: pgodwin/Ext.net Class Usage Examples

Private Properties

Property Type Description
GetDesignerRegionAttribute string
GetDesignerRegionAttribute string
TogglePanel void
XGetDesignTimeHtml string

Protected Methods

Method Description
OnClick ( System.Web.UI.Design.DesignerRegionMouseEventArgs e ) : void

Private Methods

Method Description
GetDesignerRegionAttribute ( PanelClickAction action ) : string
GetDesignerRegionAttribute ( RegionPosition region, BorderLayoutDesigner action ) : string
TogglePanel ( ) : void
XGetDesignTimeHtml ( System.Web.UI.Design.DesignerRegionCollection regions ) : string

Method Details

OnClick() protected method

protected OnClick ( System.Web.UI.Design.DesignerRegionMouseEventArgs e ) : void
e System.Web.UI.Design.DesignerRegionMouseEventArgs
return void