siAutoCompleteMode

導入

v7.0

詳細

テキストエディタウィジェットコントロール(siControlTextEditorを参照)のオートコンプリート機能の動作を定義します。

C#構文

siAutoCompleteMode.siNone                                                   // 0

siAutoCompleteMode.siKeywords                                               // 2

siAutoCompleteMode.siCommands                                               // 4

コンスタント 詳細
siNone 0 オートコンプリートをオフにします。
siKeywords 0x00000002 キーワードのみをオートコンプリートします。
siCommands 0x00000004 インストールされているコマンドの名前をオートコンプリートします。

適用対象

PPGItem.GetAttribute PPGItem.SetAttribute PPGItem::GetAttribute PPGItem::PutAttribute

関連項目

siUIAutoComplete Text Editor Widget