BaseRichUrlField.ChildSelectorControl Property
Represents the selector control used to enable users to edit the content of the control.
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