Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the container control within this control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property ControlContainer As Control
Get
'Usage
Dim instance As InputFormControl
Dim value As Control
value = instance.ControlContainer
public Control ControlContainer { get; }
Property Value
Type: System.Web.UI.Control
Returns a Control.
Remarks
This property provides access to child controls.