Back to Devexpress

ToolboxControl.Appearance Property

windowsforms-devexpress-dot-xtratoolbox-dot-toolboxcontrol-9abd22ea.md

latest2.1 KB
Original Source

ToolboxControl.Appearance Property

Provides access to the appearance settings used to paint the ToolboxControl elements (groups and items) in different states.

Namespace : DevExpress.XtraToolbox

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public virtual ToolboxAppearance Appearance { get; }
vb
<DXCategory("Appearance")>
Public Overridable ReadOnly Property Appearance As ToolboxAppearance

Property Value

TypeDescription
DevExpress.XtraToolbox.ToolboxAppearance

A DevExpress.XtraToolbox.ToolboxAppearance object that contains the appearance settings used to paint the ToolboxControl elements (groups and items) in different states.

|

Remarks

The Appearance provides access to the global settings used to paint ToolboxControl groups and items in different states (normal, hovered, pressed, disabled). You can override these global settings for a particular element using the ToolboxElementBase.Appearance property.

For more information on appearances, see the Appearances document.

See Also

Appearance

Appearances

ToolboxControl Class

ToolboxControl Members

DevExpress.XtraToolbox Namespace