ConsoleButton Class

Relativity Event Handlers
Creates console button instances.
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 ConsoleButton : IConsoleItem

[SerializableAttribute]
public class ConsoleButton : IConsoleItem

The ConsoleButton type exposes the following members.

Constructors

  NameDescription
Public methodConsoleButton
Initializes a new instance of the ConsoleButton class.
Top
Properties

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