Share via


BorderPanel.UseThemedColor Property

Gets or sets a value that indicates whether the panel uses a theme color.

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Public Property UseThemedColor As Boolean
    Get
    Set
'Usage
Dim instance As BorderPanel
Dim value As Boolean

value = instance.UseThemedColor

instance.UseThemedColor = value
public bool UseThemedColor { get; set; }
public:
property bool UseThemedColor {
    bool get ();
    void set (bool value);
}
member UseThemedColor : bool with get, set
function get UseThemedColor () : boolean
function set UseThemedColor (value : boolean)

Property Value

Type: System.Boolean
true if the object uses theme color; otherwise, false. The default is true.