MessageBoxParameters.ShowHelp Property
Gets or sets the flag that decides whether to use the help options and show the Help button on the dialog.
Namespace: Microsoft.ManagementConsole.Advanced
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public bool ShowHelp { get; set; }
public:
property bool ShowHelp {
bool get();
void set(bool value);
}
member ShowHelp : bool with get, set
Public Property ShowHelp As Boolean
Property Value
Type: System.Boolean
true to show the Help button; otherwise false
See Also
MessageBoxParameters Class
Microsoft.ManagementConsole.Advanced Namespace
Return to top