siAutoCompleteMode

Introduced

v7.0

Description

Determines the behavior of the auto-complete feature for a text editor widget control (see siControlTextEditor).

C# Syntax

siAutoCompleteMode.siNone                                                   // 0
siAutoCompleteMode.siKeywords                                               // 2
siAutoCompleteMode.siCommands                                               // 4

Constant Value Description
siNone 0 Turn off auto-complete.
siKeywords 0x00000002 Auto-complete only keywords.
siCommands 0x00000004 Auto-complete names of installed commands.

Applies To

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

See Also

siUIAutoComplete Text Editor Widget