TSRVPropertyTBH

Properties

<< Click to display table of contents >>

TSRVPropertyTBH

Properties

TSRVPropertyTBH is the class for MenuHorizontal property of TSRichViewEdit

Unit SclRView.

Syntax

TSRVPropertyTBH = class(TSRVCustomPropertyTB)

Hierarchy

TObject

TPersistent

TSRVCustomPropertyTB

Description

This class describes properties of "horizontal menu" (toolbar in the area of horizontal scrollbar).

For example, this toolbar can be used to define viewing modes ("Web mode", "Normal mode", "Print mode").

This toolbar can be placed to the left or to the right of the scrollbar, depending on Align property. It is shown only if Visible=True.

Since this is a toolbar, not a tool window, all properties related to a hint area are not available. A height of buttons is calculated automatically.

Buttons are defined in MenuHButtons property of TSRichViewEdit.

When the user moves the mouse to a button, TSRichViewEdit.OnHMenuEnterButton event occurs. When a button is clicked, TSRichViewEdit.OnHMenuClickButton event occurs.

See also:

TSRVPropertyTBV