ICompositeInputControl interface

An interface that can be implemented by composite controls. Used to create external controls that will allow easy access to the main input control of the child controls.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Interface ICompositeInputControl
'Usage
Dim instance As ICompositeInputControl
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public interface ICompositeInputControl

See also

Reference

ICompositeInputControl members

Microsoft.SharePoint.Publishing.WebControls namespace