EntityEditorWithPicker.ShowButtons Property
Gets or sets a value that represents the flag to show or hide the Browse and Check Names buttons.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ShowButtons As Boolean
Get
Set
'Usage
Dim instance As EntityEditorWithPicker
Dim value As Boolean
value = instance.ShowButtons
instance.ShowButtons = value
public bool ShowButtons { get; set; }
Property Value
Type: System.Boolean
true if the Browse and Check Names buttons are shown; false if the Browse and Check Names buttons are hidden.