Alsing.Windows.Forms.SyntaxBoxControl.AutoListAdd C# (CSharp) Méthode

AutoListAdd() public méthode

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

Same methods

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