<< Click to display table of contents >> TSRVPropertyTBV |
TSRVPropertyTBV is the class for MenuVertical property of TSRichViewEdit
Unit SclRView.
Syntax
TSRVPropertyTBV = class(TSRVCustomPropertyTB)
TObject
TPersistent
This class describes properties of "vertical menu" (toolbar in the area of vertical scrollbar).
For example, this toolbar can be used for searching in the document.
This toolbar can be placed above or below 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 width of buttons is calculated automatically.
Buttons are defined in MenuVButtons property of TSRichViewEdit.
When the user moves the mouse to a button, TSRichViewEdit.OnVMenuEnterButton event occurs. When a button is clicked, TSRichViewEdit.OnVMenuClickButton event occurs.
See also: