ICompositeInputControl.PrimaryInputControl Property
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