PeopleEditor.DialogImage Property
Sets or retrieves the name of the dialog box image used by the control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Property DialogImage As String
Get
Set
'Usage
Dim instance As PeopleEditor
Dim value As String
value = instance.DialogImage
instance.DialogImage = value
public override string DialogImage { get; set; }
Property Value
Type: System.String
A string that represents the name of the image.