Base Button ListAppearance Property
This is used to set or get the button appearance
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
The default is to show them as normal radio buttons or checkbox buttons
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public virtual Appearance Appearance { get; set; }VB
Public Overridable Property Appearance As Appearance
Get
SetC++
public:
virtual property Appearance Appearance {
Appearance get ();
void set (Appearance value);
}F#
abstract Appearance : Appearance with get, set
override Appearance : Appearance with get, setProperty Value
AppearanceThe default is to show them as normal radio buttons or checkbox buttons