Method TryActivateEditor
- Namespace
- Alternet.Scripter.Integration.Wpf
- Assembly
- Alternet.Scripter.Integration.Wpf.v10.dll
TryActivateEditor(string)
Tries to activate specific IDebugEdit.
public IDebugEdit TryActivateEditor(string fileName)
Parameters
fileNamestringSpecifies editor to be activated.
Returns
- IDebugEdit
IDebugEditthat is activated if successful; otherwise, null.