EntityEditorWithPicker.EnableBrowse Property
Gets or sets a value that represents the flag to enable or disable the Browse button shown 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 EnableBrowse As Boolean
Get
Set
'Usage
Dim instance As EntityEditorWithPicker
Dim value As Boolean
value = instance.EnableBrowse
instance.EnableBrowse = value
public bool EnableBrowse { get; set; }
Property Value
Type: System.Boolean
true if the Browse button shown next to the picker control is enabled; otherwise, false.