Creates a styled link button with the LinkButtonCssClass default CSS class.
Inheritance Hierarchy
kCura.EventHandler.ConsoleButton
kCura.EventHandler.ConsoleLinkButton
Namespace: kCura.EventHandler
Assembly: kCura.EventHandler (in kCura.EventHandler.dll) Version: 17.0.1.1 588f15fd7550dbf54835f3417a0142d4ea37dbb5
Syntax
[SerializableAttribute] public class ConsoleLinkButton : ConsoleButton [SerializableAttribute] public class ConsoleLinkButton : ConsoleButton
The ConsoleLinkButton type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ConsoleLinkButton |
Initializes a new instance of the ConsoleLinkButton class.
|
Properties
Name | Description | |
---|---|---|
![]() | CssClass |
Gets or sets a console button CSS class.
(Inherited from ConsoleButton.) |
![]() | DisplayText |
Gets or sets the display text of a console button.
(Inherited from ConsoleButton.) |
![]() | Enabled |
Updates the Enabled property and sets the CSS class accordingly for the button.
This won't overwrite any extra CSS classes or use default classes if the CSS class has been explicitly set.
(Inherited from ConsoleButton.) |
![]() | Name |
Gets or sets a console button name.
(Inherited from ConsoleButton.) |
![]() | OnClickEvent |
Gets or sets a string value which is executed when a console button is clicked.
(Inherited from ConsoleButton.) |
![]() | RaisesPostBack |
Gets or sets a console button Boolean value indicating whether to raise a post back on a click event.
(Inherited from ConsoleButton.) |
![]() | StyleAttribute |
Gets or sets a style attribute of a console button.
(Inherited from ConsoleButton.) |
![]() | ToolTip |
Gets or sets a console button tool tip.
(Inherited from ConsoleButton.) |
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
See Also