Eto.Forms by Picoe Software Solutions Inc.

<PackageReference Include="Eto.Forms" Version="2.1.0" />

.NET API 468,992 bytes

 LinkButton

public class LinkButton : TextControl
Button that is visually represented like a hyperlink on a web page.

Callback implementation for handlers of LinkButton

public interface ICallback : ICallback, ICallback, ICallback

Callback interface for LinkButton

public interface IHandler : IHandler, IHandler, IHandler, IHandler

Handler interface for the LinkButton control

public const string ClickEvent = "LinkButton.Click"

Event identifier for the Click event.

public ICommand Command { get; set; }

Gets or sets the command to invoke when the link button is pressed.

public Color DisabledTextColor { get; set; }

Gets or sets the color of the text when the control is disabled.

Occurs when an individual cell is clicked.

public LinkButton()

protected virtual void OnClick(EventArgs e)

Raises the Click event.