
Hi,
Is it possible to populate in code the Find-What box of the EditorSearchView?
In particular, I would like to be able to populate by default the Find-What box with the text selected in the associated editor.
Is this possible?
Thanks,
Anita
Hi,
Is it possible to populate in code the Find-What box of the EditorSearchView?
In particular, I would like to be able to populate by default the Find-What box with the text selected in the associated editor.
Is this possible?
Thanks,
Anita
The EditorSearchView.SearchOptions property is a IEditorSearchOptions. That is what has the find text, replace text, match case, etc. options on it. So you can set the FindText property there and it should update in the EditorSearchView.
Please log in to a validated account to post comments.