'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> Public Sub RegisterRequiresControlState( _ ByVal control As System.Web.UI.Control _ )
'Usage
Dim instance As NExamplePage Dim control As System.Web.UI.Control instance.RegisterRequiresControlState(control)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] public void RegisterRequiresControlState( System.Web.UI.Control control )
Parameters
- control