Interface IClickableControl
Represents a clickable display control in the user interface.
Assembly: MicroLayout.dll
View Source
public interface IClickableControl : IControl
Properties
Pressed
Gets or sets a value indicating whether the clickable display control is currently pressed.
View Source
bool Pressed { get; set; }
Events
Clicked
Occurs when the clickable display control is clicked.
View Source
event EventHandler Clicked
Event Type
System.EventHandler