EntityEditorWithPicker.CheckButtonImageName Property

Gets or sets a value that represents the path of the image to be shown for the Check 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 Property CheckButtonImageName As String
    Get
    Set
'Usage
Dim instance As EntityEditorWithPicker
Dim value As String

value = instance.CheckButtonImageName

instance.CheckButtonImageName = value
public string CheckButtonImageName { get; set; }

Property Value

Type: System.String
A string that contains the path of the image to be shown for the Check button next to the people picker control.

Remarks

This property can be overridden by the inheriting classes to show a custom image.

See Also

Reference

EntityEditorWithPicker Class

EntityEditorWithPicker Members

Microsoft.SharePoint.WebControls Namespace