property Link.ArrowColor as Color
Gets or sets a value that indicates the link's arrow color.

TypeDescription
Color A Color expression that defines the color to show the arrow of the link. The last 7 bits in the high significant byte of the color indicates the identifier of the skin being used to paint the part. Use the Add method to add new skins to the control. In other words, you can use the EBN objects to define a different type of arrow.
By default, the ArrowColor property is -1, which indicates that the control's LinksArrowColor property indicates the color to show the arrow or direction of the link. The ArrowColor property specifies the color to show the direction of the particular link. The Color property specifies the color to show the entire link. The ShowDir property specifies whether the arrow of the link is shown or hidden. The Width property specifies the size of the link and so the size of the arrow. The Visible property indicates whether the link is visible or hidden.