Share via


WindowColor 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 WindowColor As Color
    Get
    Set
'Usage
Dim instance As QueryResultsEditor
Dim value As Color

value = instance.WindowColor

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

Property Value

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

See Also

Reference

QueryResultsEditor Class

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