NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FontDialog.ShowApply

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);

Property Value

true if the dialog box contains an Apply button; otherwise, false. The default value is false.

See Also

FontDialog Class | FontDialog Members | System.WinForms Namespace | ShowColor | ShowEffects | ShowHelp