PeopleEditor.DefaultCheckButtonImageName property

Retrieves the name of the default image used by the control's Check Names button.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Overrides ReadOnly Property DefaultCheckButtonImageName As String
    Get
'Usage
Dim value As String

value = Me.DefaultCheckButtonImageName
protected override string DefaultCheckButtonImageName { get; }

Property value

Type: System.String
A string that represents the name of the image.

See also

Reference

PeopleEditor class

PeopleEditor members

Microsoft.SharePoint.WebControls namespace