MessageBoxParameters.Icon Property
Gets or sets the icon to show with the message box.
Namespace: Microsoft.ManagementConsole.Advanced
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public MessageBoxIcon Icon { get; set; }
public:
property MessageBoxIcon Icon {
MessageBoxIcon get();
void set(MessageBoxIcon value);
}
member Icon : MessageBoxIcon with get, set
Public Property Icon As MessageBoxIcon
Property Value
Type: System.Windows.Forms.MessageBoxIcon
The icon to show
See Also
MessageBoxParameters Class
Microsoft.ManagementConsole.Advanced Namespace
Return to top