siAutoCompleteMode Enum


Enumerations

enum   siAutoCompleteMode {
  siNone = 0,
  siKeywords = 0x00000002,
  siCommands = 0x00000004
}

Detailed Description

Determines the behavior of the auto-complete feature for a text editor widget control (see siPPGControlType::siControlTextEditor ).
See also:
PPGItem::GetAttribute, PPGItem::SetAttribute, PPGItem::GetAttribute, PPGItem::PutAttribute

siPPGItemAttribute::siUIAutoComplete, Text Editor Widget


Enumeration Type Documentation

enum siAutoCompleteMode

Enumerator:
siNone  [0] Turn off auto-complete.
siKeywords  [0x00000002] Auto-complete only keywords.
siCommands  [0x00000004] Auto-complete names of installed commands.