CustomMessageBox.Image Property
Gets or sets the icon in the upper-right corner.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public Image Image { get; set; }
public:
property Image^ Image {
Image^ get();
void set(Image^ value);
}
Public Property Image As Image
Property Value
Type: System.Drawing.Image
See Also
CustomMessageBox Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top