Gets or sets a value indicating whether the dialog box contains an Apply button.
[Visual Basic] Public Property ShowApply As Boolean [C#] public bool ShowApply {get; set;} [C++] public: __property bool get_ShowApply(); public: __property void set_ShowApply(bool); [JScript] public function get ShowApply() : Boolean; public function set ShowApply(Boolean);
true if the dialog box contains an Apply button; otherwise, false. The default value is false.
FontDialog Class | FontDialog Members | System.WinForms Namespace | ShowColor | ShowEffects | ShowHelp