Base Button ListBack Color Property
In order to draw a partial transparency above the border when TitleText is specified,
this property is replaced by the ListBackColor property. Use it to set the background
color instead.
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public override Color BackColor { get; }VB
Public Overrides ReadOnly Property BackColor As Color
GetC++
public:
virtual property Color BackColor {
Color get () override;
}F#
abstract BackColor : Color with get
override BackColor : Color with get