Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.