C# Class Rock.Web.UI.Controls.ModalIFrameDialog

A Modal Popup Dialog Window
Inheritance: System.Web.UI.WebControls.Panel, INamingContainer
显示文件 Open project: NewSpring/Rock Class Usage Examples

Protected Methods

Method Description
CreateChildControls ( ) : void

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.

Method Details

CreateChildControls() protected method

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
protected CreateChildControls ( ) : void
return void