Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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