C# Class Carrotware.CMS.UI.Controls.WidgetWrapper

Inheritance: System.Web.UI.WebControls.PlaceHolder, ICMSCoreControl, INamingContainer
Show file Open project: ninianne98/CarrotCakeCMS Class Usage Examples

Protected Properties

Property Type Description
ctrl1 System.Web.UI.Control
ctrl2 System.Web.UI.Control

Private Properties

Property Type Description
GetCtrl System.Web.UI.Control
GetCtrl System.Web.UI.Control
ScrubCtrl string

Protected Methods

Method Description
OnPreRender ( EventArgs e ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void

Private Methods

Method Description
GetCtrl ( Control X, string MenuText, string MenuFunc ) : Control
GetCtrl ( string CtrlFile, Control X ) : Control
ScrubCtrl ( string sCtrl ) : string

Method Details

OnPreRender() protected method

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
return void

Render() protected method

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
return void

Property Details

ctrl1 protected property

protected Control,System.Web.UI ctrl1
return System.Web.UI.Control

ctrl2 protected property

protected Control,System.Web.UI ctrl2
return System.Web.UI.Control