FontDialog::ShowHelp Property

 

Gets or sets a value indicating whether the dialog box displays a Help button.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property bool ShowHelp {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the dialog box displays a Help button; otherwise, false. The default value is false.

.NET Framework
Available since 1.1
Return to top
Show: