Share via


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

value = instance.InactiveSelectionColor

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

Property Value

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

See Also

Reference

QueryResultsEditor Class

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