Skip to main content

Class ClickableControl

Represents a base class for clickable display controls in the user interface.

Assembly: MicroLayout.dll
View Source
public abstract class ClickableControl : ThemedControl, IThemedControl, IClickableControl, IControl

Inheritance: System.Object -> Meadow.Foundation.Graphics.MicroLayout.Control -> Meadow.Foundation.Graphics.MicroLayout.ThemedControl

Derived:
Meadow.Foundation.Graphics.MicroLayout.Button

Implements:
Meadow.Foundation.Graphics.MicroLayout.IThemedControl, Meadow.Foundation.Graphics.MicroLayout.IClickableControl, Meadow.Foundation.Graphics.MicroLayout.IControl

Properties

Pressed

Gets or sets a value indicating whether the clickable control is in a pressed state.

View Source
public bool Pressed { get; set; }

Events

Clicked

Occurs when the clickable control is clicked.

View Source
public event EventHandler Clicked
Event Type

System.EventHandler

Implements