Contains default CSS class names for a variety of console components.
Inheritance Hierarchy
kCura.EventHandler.Constants
Namespace: kCura.EventHandler
Assembly: kCura.EventHandler (in kCura.EventHandler.dll) Version: 17.0.1.1 588f15fd7550dbf54835f3417a0142d4ea37dbb5
Syntax
The Constants type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Constants |
Initializes a new instance of the Constants class.
|
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.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | ConsoleControlCssClass |
The default CSS class for the console control div (the div that contains all of the buttons).
|
![]() ![]() | ConsoleHeaderCssClass |
The default class for the console header.
|
![]() ![]() | ConsoleSeparatorCssClass |
The default class for a console separator.
|
![]() ![]() | ConsoleTitleCssClass |
The default class for the console control title.
|
![]() ![]() | DestructiveButtonCssClass |
The default class for a console button when it will cause the job to be interrupted and non-recoverable
(for example, Stop OCR).
|
![]() ![]() | DisabledButtonCssClass |
The default class for a console button when it's disabled in Relativity.
|
![]() ![]() | EnabledButtonCssClass |
The default class for a console button when it's enabled in Relativity.
|
![]() ![]() | HiddenButtonCssClass |
The default class for a console button when it's hidden in Relativity.
|
![]() ![]() | LinkButtonCssClass |
The default class for a console link button in Relativity.
|
![]() ![]() | LinkButtonDisabledCssClass |
The default class for a disabled console link button in Relativity.
|
![]() ![]() | LinkButtonDivCssClass |
The default div class for console links.
|
![]() ![]() | LinkButtonEnabledCssClass |
The default class for a console link button in Relativity.
|
![]() ![]() | LinkButtonSelectedCssClass |
The default class for a selected console link button in Relativity.
|
Remarks
See Also