EntityEditorWithPicker.PlaceButtonsUnderEntityEditor Property

Gets or sets a value that represents the flag to show the Browse and Check Names buttons under the picker control instead of next to the picker control.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property PlaceButtonsUnderEntityEditor As Boolean
    Get
    Set
'Usage
Dim instance As EntityEditorWithPicker
Dim value As Boolean

value = instance.PlaceButtonsUnderEntityEditor

instance.PlaceButtonsUnderEntityEditor = value
public bool PlaceButtonsUnderEntityEditor { get; set; }

Property Value

Type: System.Boolean
true if the Browse and Check Name buttons are shown under the picker control; false if the Browse and Check Name buttons are shown next to the picker control.

See Also

Reference

EntityEditorWithPicker Class

EntityEditorWithPicker Members

Microsoft.SharePoint.WebControls Namespace