BaseRichUrlField.ChildSelectorControl property

Gets the selector control used in ControlMode.

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

Syntax

'Declaration
Protected Overridable ReadOnly Property ChildSelectorControl As BaseRichSelector
    Get
'Usage
Dim value As BaseRichSelector

value = Me.ChildSelectorControl
protected virtual BaseRichSelector ChildSelectorControl { get; }

Property value

Type: Microsoft.SharePoint.Publishing.WebControls.BaseRichSelector
A BaseRichSelector object.

See also

Reference

BaseRichUrlField class

BaseRichUrlField members

Microsoft.SharePoint.Publishing.WebControls namespace