Skip to main content

SetBarColor (NotesRichTextSection - LotusScript)

Sets the color of a section bar.

Defined in

NotesRichTextSection

Syntax

Call notesRichTextSection .SetBarColor( notesColorObject )

Parameters

notesColorObject

NotesColorObject. The new bar color.

Usage

See BarColor to get the section bar color.

Example