You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to realize feature like Ctrl+F to open Find Form to find content in TextArea.
Although i can realize it by using DynamicLayout.ContextMenu when TextArea over one DynamicLayout.
I think TextArea.ContextMenu should be implemented.
It will feel more natural if use TextArea.ContextMenu.
Thanks.
The text was updated successfully, but these errors were encountered:
Have you tried using MouseDown and ContextMenu.Show() to show a context menu? Theoretically you should be able to use it to add a context menu to any control, even overriding existing context menus.
I want to realize feature like Ctrl+F to open
Find Form
to find content inTextArea
.Although i can realize it by using
DynamicLayout.ContextMenu
whenTextArea
over oneDynamicLayout
.I think
TextArea.ContextMenu
should be implemented.It will feel more natural if use
TextArea.ContextMenu
.Thanks.
The text was updated successfully, but these errors were encountered: