Introduced
7.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 |
|
0 |
Turn off auto-complete. |
|
|
0x00000002 |
Auto-complete only keywords. |
|
|
0x00000004 |
Auto-complete names of installed commands. |
Applies To
See Also
Autodesk Softimage v7.5