C# Class MonoTests.System.Web.UI.ChildControlsCreatedControl

Inheritance: System.Web.UI.Control
ファイルを表示 Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
DoEnsureChildControls ( ) : void
SetChildControlsCreated ( bool value ) : void

Protected Methods

Method Description
CreateChildControls ( ) : void

Method Details

CreateChildControls() protected method

protected CreateChildControls ( ) : void
return void

DoEnsureChildControls() public method

public DoEnsureChildControls ( ) : void
return void

SetChildControlsCreated() public method

public SetChildControlsCreated ( bool value ) : void
value bool
return void