WindowTextColor Property

Gets or sets {insert text here}.

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.QueryResults
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public Property WindowTextColor As Color
    Get
    Set
'Usage
Dim instance As QueryResultsEditor
Dim value As Color

value = instance.WindowTextColor

instance.WindowTextColor = value
public Color WindowTextColor { get; set; }
public:
property Color WindowTextColor {
    Color get ();
    void set (Color value);
}
member WindowTextColor : Color with get, set
function get WindowTextColor () : Color
function set WindowTextColor (value : Color)

Property Value

Type: System.Drawing..::..Color

See Also

Reference

QueryResultsEditor Class

Microsoft.VisualStudio.Data.Tools.Package.QueryResults Namespace