underline TrvActionFontUnderline

Properties   Methods

<< Click to display table of contents >>

underline TrvActionFontUnderline

Properties   Methods

TrvActionFontUnderline is the action for "Underline" command.

Unit RichViewActions;

Syntax

TrvActionFontUnderline = class(TrvActionFontStyle)

hmtoggle_arrow1Hierarchy

Description

This action does not introduce any new properties in addition to properties of TrvAction.

This action underlines the selected text (or removes underline, if already underlined). It adds/removes fsUnderline in Style property for styles of all selected text items. This action changes UnderlineType property of text styles to rvutNormal. This action does not change underline color.

This is a checkbox-like action, its Checked property is updated depending on the state of selection (or the current text style).