FocusFindWhatTextBox

SyntaxEditor for Silverlight Forum

Posted 13 years ago by Thida Chiang
Version: 11.1.0111
Avatar
When FocusFindWhatTextBox() method is called on EditorSearchView, FindWhat textbox is focused only when there is some value. I am trying to implement a find/replace function similar to Visual Studio and when user clicks on find menu, the EditorSearchView control should appear and FindWhat textbox should have the focus. Please advise if I am missing anything.

Thanks,
Thida

Comments (1)

Posted 13 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Thida,

The FocusFindWhatTextBox method is very simple and just does a SelectAll() and then Focus() on the textbox in the EditorSearchView template. That code occurs each time you call it regardless of if there is a value in the textbox or not.


Actipro Software Support

The latest build of this product (v18.1 build 0233) was released 4 years ago, which was after the last post in this thread.