MessageBoxParameters.HelpFilePath Property

 

Gets or sets the path and name of the help file to display when the user clicks the Help button.

Namespace:   Microsoft.ManagementConsole.Advanced
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public string HelpFilePath { get; set; }
public:
property String^ HelpFilePath {
    String^ get();
    void set(String^ value);
}
member HelpFilePath : string with get, set
Public Property HelpFilePath As String

Property Value

Type: System.String

The help file to display

See Also

MessageBoxParameters Class
Microsoft.ManagementConsole.Advanced Namespace

Return to top