MessageBoxParameters Class
Represents the parameters that are used to show a modal message box on either a property sheet or the console.
Namespace: Microsoft.ManagementConsole.Advanced
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Inheritance Hierarchy
System.Object
Microsoft.ManagementConsole.Advanced.MessageBoxParameters
Syntax
public sealed class MessageBoxParameters
public ref class MessageBoxParameters sealed
[<Sealed>]
type MessageBoxParameters = class end
Public NotInheritable Class MessageBoxParameters
Constructors
Name | Description | |
---|---|---|
MessageBoxParameters() | Initializes a new instance of the MessageBoxParameters class. |
Properties
Name | Description | |
---|---|---|
Buttons | Gets or sets the set of buttons to show on the message box. |
|
Caption | Gets or sets the title of the message box. |
|
DefaultButton | Gets or sets the default button on the message box. |
|
HelpFilePath | Gets or sets the path and name of the help file to display when the user clicks the Help button. |
|
HelpTopicId | Gets or sets the numeric ID of the help topic to display when the user clicks the Help button. |
|
Icon | Gets or sets the icon to show with the message box. |
|
Navigator | Gets or sets one of the HelpNavigator values. |
|
Options | Gets or sets other options that are exposed by WinForms. |
|
ShowHelp | Gets or sets the flag that decides whether to use the help options and show the Help button on the dialog. |
|
Text | Gets or sets the text contents of the message box. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ManagementConsole.Advanced Namespace
Return to top