TRVSmartPopupProperties.SetButtonState

<< Click to display table of contents >>

TRVSmartPopupProperties.SetButtonState

Call SetButtonState(True) to fix the button in the "hot" state. It's useful while you display your own drop down window for the button. Call SetButtonState(False) to return it back to normal.

procedure SetButtonState(Hot: Boolean);

See also events of TCustomRichViewEdit:

OnSmartPopupClick.