DesignerDocument.vlinkColor Property
SharePoint Designer Developer Reference |
Returns or sets a Variant that specifies the color of all visited links in the current document. Corresponds to the vlink attribute of the BODY element.
Syntax
expression.vlinkColor
expression Required. A variable that represents a DesignerDocument object.
Remarks
Values can be specified as color names or Web-safe red-green-blue (RGB) color values. For more information on available color names and RGB color values, see the Color Table on MSDN.
Both the vLink and vlinkColor properties correspond the vLink attribute of a BODY element. The difference between the two properties is that the vLink property is a member of the body object and the vlinkColor property is a member of the document object.
See Also