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.ShowColor

Gets or sets a value indicating whether the dialog box displays the color choice.

[Visual Basic]
Public Property ShowColor As Boolean
[C#]
public bool ShowColor {get; set;}
[C++]
public: __property bool get_ShowColor();
public: __property void set_ShowColor(bool);
[JScript]
public function get ShowColor() : Boolean;
public function set ShowColor(Boolean);

Property Value

true if the dialog box displays the color choice; otherwise, false. The default value is false.

See Also

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