Class SpeedButtonWithListPopup
Represents a specialized button control that displays a popup list when clicked.
public class SpeedButtonWithListPopup : SpeedButtonWithListPopup<VirtualListBox>, IBaseObjectWithAttr, IBaseObjectWithId, INotifyPropertyChanged, IDisposableObject, IBaseObject, ISupportInitialize, IFocusable, ITextProperty, IComponent, IControl, IDisposable, IWin32Window, ILayoutItem, INotifyDataErrorInfo, ICommandSource
- Inheritance
-
SpeedButtonWithListPopup
- Implements
- Derived
Remarks
This class is a non-generic version of SpeedButtonWithListPopup<T> and uses VirtualListBox as the default type for the popup list. It provides functionality for scenarios where a quick selection from a list is required.