EntityEditorWithPicker.DialogImage Property
Gets or sets a string value that represents the path of the dialog box image.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overridable Property DialogImage As String
Get
Set
'Usage
Dim instance As EntityEditorWithPicker
Dim value As String
value = instance.DialogImage
instance.DialogImage = value
public virtual string DialogImage { get; set; }
Property Value
Type: System.String
A string that contains the path of the dialog box image.
Remarks
This property can be overridden by the inheriting classes to show a custom image.