Table of Contents

Class Button

Namespace
OmegaGUI.Model
Assembly
OmegaGUI.dll

Button control

public class Button : ButtonBase, ICloneable
Inheritance
Button
Implements
Inherited Members
Extension Methods

Constructors

Button()

public Button()

Properties

CustomStyle

A custom style for this button - no auto-update

public string CustomStyle { get; set; }

Property Value

string

StyleValid

public bool StyleValid { get; }

Property Value

bool

Text

The text displayed on the control

public override string Text { get; set; }

Property Value

string