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 main input control of the composite controls child controls.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
ReadOnly Property PrimaryInputControl As Control
Get
'Usage
Dim instance As ICompositeInputControl
Dim value As Control
value = instance.PrimaryInputControl
Control PrimaryInputControl { get; }
Property Value
Type: System.Web.UI.Control
See Also
Reference
ICompositeInputControl Interface