バージョン

FormulaEditorCommand 列挙体

数式エディターとダイアログの使用可能なコマンドの列挙型。
シンタックス
'宣言
 
Public Enum FormulaEditorCommand 
   Inherits System.Enum
public enum FormulaEditorCommand : System.Enum 
メンバ
メンバ解説
AutoCompleteItem現在の編集ポジションで数式内にオートコンプリート リストから項目を挿入します。
CancelDialogInfragistics.Controls.Interactions.FormulaEditorDialogをキャンセルします。
ClearFormulaInfragistics.Controls.Interactions.FormulaEditorDialog 中の数式をクリアします。
CommitDialogInfragistics.Controls.Interactions.FormulaEditorDialog からターゲットに数式をコミットし、ダイアログを閉じます。
DisplayDialogInfragistics.Controls.Interactions.FormulaEditorDialog を表示します。
InsertFunction数式に関数を挿入します。
InsertOperand数式にオペランドを挿入します。
InsertOperator数式に演算子を挿入します。
NextSyntaxError数式の次の構文エラーを表示します。
PreviousSyntaxError数式の前の構文エラーを表示します。
RedoFormulaEditInfragistics.Controls.Interactions.FormulaEditorDialog で再実行操作を実行します。
UndoFormulaEditInfragistics.Controls.Interactions.FormulaEditorDialog で元に戻す操作を実行します。
参照