Represents the state of a C1Hyperlink.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
| C# |
|---|
[FlagsAttribute] public enum C1HyperlinkStateEnum |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration C1HyperlinkStateEnum |
Members
| Member name | Description | |
|---|---|---|
| Normal | An unvisited hyperlink. | |
| Visited | A hyperlink that has been visited. | |
| Hover | A hyperlink under the mouse pointer. | |
| Active | A hyperlink that has been clicked, but not yet visited. |