Share via


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

value = instance.ActiveSelectionColor

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

Property Value

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

See Also

Reference

QueryResultsEditor Class

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