ShowHelp Property
Summary
Gets or sets a value that indicates whether the dialog box will support Help.
Syntax
public bool ShowHelp { get; set; }
Public Property ShowHelp As Boolean
public:
property bool ShowHelp {
bool get();
void set ( bool );
}
Property Value
true if the dialog box will display the Help button and support Help.