Alsing.Windows.Forms.SyntaxBoxControl.AutoListAdd C# (CSharp) Method

AutoListAdd() public method

Adds an item to the autolist control.
public AutoListAdd ( string text, int ImageIndex ) : void
text string The text to display in the autolist
ImageIndex int The image index in the AutoListIcons
return void
        public void AutoListAdd(string text, int ImageIndex)
        {
            ((EditViewControl) _ActiveView).AutoList.Add(text, ImageIndex);
        }

Same methods

SyntaxBoxControl::AutoListAdd ( string text, string InsertText, int ImageIndex ) : void
SyntaxBoxControl::AutoListAdd ( string text, string InsertText, string ToolTip, int ImageIndex ) : void