IsCurrentApplicationThemed Property

Gets {insert text here}.

Namespace:  Microsoft.VisualStudio.Data.Tools.SqlEditor.UI.ResultPane
Assembly:  Microsoft.VisualStudio.Data.Tools.SqlEditor (in Microsoft.VisualStudio.Data.Tools.SqlEditor.dll)

Syntax

'Declaration
Public Shared ReadOnly Property IsCurrentApplicationThemed As Boolean
    Get
'Usage
Dim value As Boolean

value = DrawManager.IsCurrentApplicationThemed
public static bool IsCurrentApplicationThemed { get; }
public:
static property bool IsCurrentApplicationThemed {
    bool get ();
}
static member IsCurrentApplicationThemed : bool
static function get IsCurrentApplicationThemed () : boolean

Property Value

Type: System..::..Boolean

See Also

Reference

DrawManager Class

Microsoft.VisualStudio.Data.Tools.SqlEditor.UI.ResultPane Namespace