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.
| | Name | Value | Description | |
| |
exHideLinks | 0
|
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 )
| |
| |
exShowExtendedLinks | 1
|
Shows the extended links on the surface. This flag is valid for rectangular
links only ( exLinkRectangular ).
| |
| |
exShowDefaultLinks | 2
|
Shows the default links on the surface.
| |
| |
exShowLinksFront | 16
|
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.
| |
| |
exShowCrossLinksRect | 32
|
exShowCrossLinksRect. Shows rectangular cross links.
| |
| |
exShowCrossLinksTriangle | 64
|
exShowCrossLinksTriangle. Shows triangular cross links.
| |
| |
exShowCrossLinksMixt | 96
|
exShowCrossLinksMixt. Shows mixed cross links.
| |