Click or drag to resize

LinkButton Class

Button that is visually represented like a hyperlink on a web page.
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class LinkButton : TextControl

The LinkButton type exposes the following members.

Constructors
  NameDescription
Public methodLinkButton
Initializes a new instance of the LinkButton class
Top
Properties
  NameDescription
Public propertyCommand
Gets or sets the command to invoke when the link button is pressed.
Public propertyCommandParameter
Gets or sets the parameter to pass to the Command when executing or determining its CanExecute state.
Public propertyDisabledTextColor
Gets or sets the color of the text when the control is disabled.
Top
Methods
  NameDescription
Protected methodGetCallback
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides TextControlGetCallback.)
Protected methodOnClick
Raises the Click event.
Top
Events
  NameDescription
Public eventClick
Occurs when an individual cell is clicked.
Top
Fields
  NameDescription
Public fieldStatic memberClickEvent
Event identifier for the Click event.
Top
See Also