TTMSFNCRichEditorPopup Class
Base class for a popup shown near the caret or selection, such as a mini formatting toolbar.
API unit family: TMSFNCRichEditor
Inherits from: TComponent
Syntax
TTMSFNCRichEditorPopup = class(TComponent)
Properties
| Name | Description |
|---|---|
| Visible | Indicates whether the popup is currently shown. True means the popup is visible. |
Methods
| Name | Description |
|---|---|
| Hide | Hides the popup. |
| MouseInPopup | Determines whether a point falls within the popup's bounds. |
| Show | Shows the popup near the given position. The base implementation only marks the popup visible. |