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