Base Button ListAuto Size Property
This is overridden to pass the value to the contained button panel
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 bool AutoSize { get; set; }VB
Public Overrides Property AutoSize As Boolean
Get
SetC++
public:
virtual property bool AutoSize {
bool get () override;
void set (bool value) override;
}F#
abstract AutoSize : bool with get, set
override AutoSize : bool with get, set