underline TrvActionFontUnderline

Properties

Top  Previous  Next

TrvActionFontUnderline is the action for "Underline" command.

Unit RichViewActions;

Syntax

TrvActionFontUnderline = class(TrvActionFontStyle)

Hierarchy

TObject

TPersistent

TComponent

TBasicAction

TContainedAction

TCustomAction

TAction

TrvCustomAction

TrvAction

TrvActionTextStyles

TrvActionFontStyle

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).


RichView © Sergey Tkachenko