Creates console button instances.
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 ConsoleButton : IConsoleItem [SerializableAttribute] public class ConsoleButton : IConsoleItem
The ConsoleButton type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ConsoleButton |
Initializes a new instance of the ConsoleButton class.
|
Properties
Name | Description | |
---|---|---|
![]() | CssClass |
Gets or sets a console button CSS class.
|
![]() | DisplayText |
Gets or sets the display text of a console button.
|
![]() | 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.
|
![]() | Name |
Gets or sets a console button name.
|
![]() | OnClickEvent |
Gets or sets a string value which is executed when a console button is clicked.
|
![]() | RaisesPostBack |
Gets or sets a console button Boolean value indicating whether to raise a post back on a click event.
|
![]() | StyleAttribute |
Gets or sets a style attribute of a console button.
|
![]() | ToolTip |
Gets or sets a console button tool tip.
|
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