Table of Contents

Class ButtonBase

Namespace
OmegaGUI.Model
Assembly
OmegaGUI.dll

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

Keys

OnClick

A Lua script to execute when the control is clicked

[FileType("Lua")]
public string? OnClick { get; set; }

Property Value

string