Class ClickableControl
Represents a base class for clickable display controls in the user interface.
Assembly: MicroLayout.dll
View Source
Declaration
public abstract class ClickableControl : ThemedControl, IThemedControl, IClickableControl, IControl
Inheritance: System.Object
-> Meadow.Foundation.Graphics.MicroLayout.Control
Derived:
Meadow.Foundation.Graphics.MicroLayout.Button
Implements:
Meadow.Foundation.Graphics.MicroLayout.IThemedControl
Properties
Pressed
Gets or sets a value indicating whether the clickable control is in a pressed state.
View Source
Declaration
public bool Pressed { get; set; }
Events
Clicked
Occurs when the clickable control is clicked.
View Source
Declaration
public event EventHandler Clicked
Event Type
System.EventHandler