Method TryActivateEditor
- Namespace
- Alternet.Scripter.Integration
- Assembly
- Alternet.Scripter.Integration.v10.dll
TryActivateEditor(string)
When implemented by a class, tries to activate specific IDebugEdit.
IDebugEdit TryActivateEditor(string fileName)
Parameters
fileNamestringSpecifies editor to be activated.
Returns
- IDebugEdit
IDebugEditthat is activated if successful; otherwise, null.