EntityEditorWithPicker.CheckButtonImageName property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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