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 set of buttons to show on the message box.
Namespace: Microsoft.ManagementConsole.Advanced
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public MessageBoxButtons Buttons { get; set; }
public:
property MessageBoxButtons Buttons {
MessageBoxButtons get();
void set(MessageBoxButtons value);
}
member Buttons : MessageBoxButtons with get, set
Public Property Buttons As MessageBoxButtons
Property Value
Type: System.Windows.Forms.MessageBoxButtons
The buttons to show
See Also
MessageBoxParameters Class
Microsoft.ManagementConsole.Advanced Namespace
Return to top