|
TRVSmartPopupProperties.ButtonType |
Top Previous Next |
|
Defines how popup buttons look like in hot (under the mouse pointer) state. type TRVSmartPopupType = (rvsptDropDown, rvsptShowDialog, rvsptSimple); property ButtonType: TRVSmartPopupType; Note: TRVSmartPopupType is defined in RVScroll unit.
You can change this property in TCustomRichViewEdit.OnCaretMove (to create the proper button for the item at the position of caret) Default value: rvsptDropDown |