Posted 17 years ago
by Ernesto Obregon
How can I check the current ChildState as I am typing in the Editor. I know to use the KeyDown, or KeyTyping or KeyTyped events to trap for the keys being pressed, but while doing that I want to be able to check what ChildState I am in so I can keep my intelliprompt feature from popping up while in a <ChiledState Key="CommentState">
Also can this be done in my DynamicLanguage.vb class or is it better to trap for it in one of the KeyTyping events of my mainform.vb?
Thanks
Ernesto
Also can this be done in my DynamicLanguage.vb class or is it better to trap for it in one of the KeyTyping events of my mainform.vb?
Thanks
Ernesto