Alsing.Windows.Forms.SyntaxBox.ListItem.ListItem C# (CSharp) Method

ListItem() public method

ListItem constructor , takes text and type as parameters
public ListItem ( string text, int type ) : System
text string The text that should be assigned to the ListItem
type int The type of the ListItem
return System
        public ListItem(string text, int type)
        {
            Text = text;
            Type = type;
            ToolTip = "";
        }

Same methods

ListItem::ListItem ( string text, int type, string tooltip ) : System
ListItem::ListItem ( string text, int type, string tooltip, string inserttext ) : System