Expression Editor for WinForms
SetCustomEngine(IEngine,IExpressionLexer) メソッド

C1.Win.ExpressionEditor.5 アセンブリ > C1.Win.ExpressionEditor 名前空間 > C1ExpressionEditor クラス : SetCustomEngine(IEngine,IExpressionLexer) メソッド
C1.ExpressionEditor.Engine.IEngine インタフェースを実装します。
C1.ExpressionEditor.Engine.IExpressionLexer インタフェースを実装します。
C1ExpressionEditor にカスタムエンジンを設定します。
シンタックス
'宣言
 
Public Sub SetCustomEngine( _
   ByVal engine As IEngine, _
   ByVal lexer As IExpressionLexer _
) 
public void SetCustomEngine( 
   IEngine engine,
   IExpressionLexer lexer
)

パラメータ

engine
C1.ExpressionEditor.Engine.IEngine インタフェースを実装します。
lexer
C1.ExpressionEditor.Engine.IExpressionLexer インタフェースを実装します。
参照

C1ExpressionEditor クラス
C1ExpressionEditor メンバ