Base Button ListButton Panel Property
This returns a reference to the panel control that contains the button controls
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 Panel ButtonPanel { get; }VB
Public ReadOnly Property ButtonPanel As Panel
GetC++
public:
property Panel^ ButtonPanel {
Panel^ get ();
}F#
member ButtonPanel : Panel with getProperty Value
PanelRemarks
This can be used to customize the appearance of the individual button controls. This is
usually accomplished by handling the SubControlsRefreshed event.