ThtmlcssAnchorPseudoPropertyState Enumeration

Represents type ThtmlcssAnchorPseudoPropertyState.

Namespace: flcHTMLStyleTypes
type
 ThtmlcssAnchorPseudoPropertyState = (
 anchorLink,
 anchorLink_Hover,
 anchorLink_Active,
 anchorLink_Focus,
 anchorVisited,
 anchorVisited_Hover,
 anchorVisited_Active,
 anchorVisited_Focus
 );

The ThtmlcssAnchorPseudoPropertyState type exposes the following members.

Show:
 NameDescription
anchorLink

Represents constant anchorLink.

anchorLink_Active

Represents constant anchorLink_Active.

anchorLink_Focus

Represents constant anchorLink_Focus.

anchorLink_Hover

Represents constant anchorLink_Hover.

anchorVisited

Represents constant anchorVisited.

anchorVisited_Active

Represents constant anchorVisited_Active.

anchorVisited_Focus

Represents constant anchorVisited_Focus.

anchorVisited_Hover

Represents constant anchorVisited_Hover.

Top