SetCustomEngine Method (ExpressionEditorCollection)
In This Topic
Set a custom engine to the expression editors.
Syntax
'Declaration
Public Sub SetCustomEngine( _
ByVal As IEngine, _
ByVal As IExpressionLexer _
)
public void SetCustomEngine(
IEngine ,
IExpressionLexer
)
Parameters
- engine
- custom engine.
- lexer
- custom lexer.
See Also