ConsoleLinkButton Class

Relativity Event Handlers
Creates a styled link button with the LinkButtonCssClass default CSS class.
Inheritance Hierarchy

System.Object
  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

  NameDescription
Public methodConsoleLinkButton
Initializes a new instance of the ConsoleLinkButton class.
Top
Properties

  NameDescription
Public propertyCssClass
Gets or sets a console button CSS class.
(Inherited from ConsoleButton.)
Public propertyDisplayText
Gets or sets the display text of a console button.
(Inherited from ConsoleButton.)
Public propertyEnabled
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.)
Public propertyName
Gets or sets a console button name.
(Inherited from ConsoleButton.)
Public propertyOnClickEvent
Gets or sets a string value which is executed when a console button is clicked.
(Inherited from ConsoleButton.)
Public propertyRaisesPostBack
Gets or sets a console button Boolean value indicating whether to raise a post back on a click event.
(Inherited from ConsoleButton.)
Public propertyStyleAttribute
Gets or sets a style attribute of a console button.
(Inherited from ConsoleButton.)
Public propertyToolTip
Gets or sets a console button tool tip.
(Inherited from ConsoleButton.)
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

See Also

Reference