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)

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.

See also

Reference

PeopleEditor class

PeopleEditor members

Microsoft.SharePoint.WebControls namespace