constants ShowExtendedLinksEnum
The  ShowExtendedLinksEnum type defines how the links are shown on the surface. The ShowLinks property specifies the way the control shows the link on the surface. The ShowExtendedLinksEnum type supports the following values.

NameValueDescription
exHideLinks0 Hides the links on the surface. Use the Visible property of the Link to hide a specific link. 

exShowLinks-1 Shows the links on the surface. The exShowLinks flag is equivalent with exShowDefaultLinks + exShowLinksFront, it is provided for the backward compatibility only ( boolean True has the value of -1 )

exShowExtendedLinks1 Shows the extended links on the surface. This flag is valid for rectangular links only ( exLinkRectangular ). 

exShowDefaultLinks2 Shows the default links on the surface.

exShowLinksFront16 Shows the links on the front. This flag can be combined with the exShowLinks, exShowExtendedLinks, exShowCrossLinksRect, exShowCrossLinksTriangle, exShowCrossLinksMixt  or exShowDefaultLinks. If the exShowLinksFront is missing, the links are shown on the control's background, so elements may show over the links.

exShowCrossLinksRect32 Shows rectangular cross links. This flag can be combined with the exShowLinks, exShowExtendedLinks, or exShowDefaultLinks.

exShowCrossLinksTriangle64 Shows triangular cross links. This flag can be combined with the exShowLinks, exShowExtendedLinks, or exShowDefaultLinks.

exShowCrossLinksMixt96 Shows mixed cross links. This flag can be combined with the exShowLinks, exShowExtendedLinks, or exShowDefaultLinks.