Class ActionsListBox
Implements list box control with list of actions. When item is double clicked, associated action is executed.
public class ActionsListBox : VirtualListBox, IBaseObject, IDisposableObject, ISupportInitialize, IFocusable, ITextProperty, IComponent, IControl, IDisposable, IWin32Window, INotifyDataErrorInfo, IReadOnlyStrings
- Inheritance
-
ActionsListBox
- Implements
Methods
- AddAction(string, Action?)
Adds Action to the ActionsListBox.
- AddActionSpacer()
Adds an empty space to the ActionsListBox.