Gets or sets a value indicating whether the dialog box contains controls that allow the user to specify strikethrough, underline, and text color options.
[Visual Basic] Public Property ShowEffects As Boolean [C#] public bool ShowEffects {get; set;} [C++] public: __property bool get_ShowEffects(); public: __property void set_ShowEffects(bool); [JScript] public function get ShowEffects() : Boolean; public function set ShowEffects(Boolean);
true if the dialog box contains controls to set strikethrough, underline, and text color options; otherwise, false. The default value is true.
FontDialog Class | FontDialog Members | System.WinForms Namespace | ShowApply | ShowColor | ShowHelp