Class ButtonBase
A basis for Button-like control
public abstract class ButtonBase : Label, ICloneable
- Inheritance
-
ButtonBase
- Implements
- Derived
- Inherited Members
- Extension Methods
Properties
Hotkey
A hotkey that can substitute a mouse click - no auto-update
public Keys Hotkey { get; set; }
Property Value
OnClick
A Lua script to execute when the control is clicked
[FileType("Lua")]
public string? OnClick { get; set; }