Share via


EntityEditorWithPicker.BrowseButtonImageName Property

Gets or sets a string that represents the path of the image to be shown for the Browse button next to the people picker control.

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

Syntax

'Declaration
Public Overridable Property BrowseButtonImageName As String
    Get
    Set
'Usage
Dim instance As EntityEditorWithPicker
Dim value As String

value = instance.BrowseButtonImageName

instance.BrowseButtonImageName = value
public virtual string BrowseButtonImageName { get; set; }

Property Value

Type: System.String
A string that contains the path of the image.

Remarks

Can be overridden by the inheriting classes to show a custom image.

See Also

Reference

EntityEditorWithPicker Class

EntityEditorWithPicker Members

Microsoft.SharePoint.WebControls Namespace