Skip to main content

Interface IClickableControl

Represents a clickable display control in the user interface.

Assembly: MicroLayout.dll
View Source
Declaration
public interface IClickableControl : IControl

Properties

Pressed

Gets or sets a value indicating whether the clickable display control is currently pressed.

View Source
Declaration
bool Pressed { get; set; }

Events

Clicked

Occurs when the clickable display control is clicked.

View Source
Declaration
event EventHandler Clicked
Event Type

System.EventHandler