C# Класс Alsing.Windows.Forms.SyntaxBox.ListItem

Summary description for ListItem.
Наследование: IComparable
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
InsertText string
Text string
ToolTip string
Type int

Открытые методы

Метод Описание
CompareTo ( object obj ) : int

ListItem ( string text, int type ) : System

ListItem constructor , takes text and type as parameters

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

ListItem constructor , takes text , type and tooltip text as parameters

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

ListItem constructor , takes text , type , tooltip text and insert text as parameters

ToString ( ) : string

Описание методов

CompareTo() публичный Метод

public CompareTo ( object obj ) : int
obj object
Результат int

ListItem() публичный Метод

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
Результат System

ListItem() публичный Метод

ListItem constructor , takes text , type and tooltip text as parameters
public ListItem ( string text, int type, string tooltip ) : System
text string The text that should be assigned to the ListItem
type int The type of the ListItem
tooltip string The tooltip text that should be assigned to the ListItem
Результат System

ListItem() публичный Метод

ListItem constructor , takes text , type , tooltip text and insert text as parameters
public ListItem ( string text, int type, string tooltip, string inserttext ) : System
text string The text that should be assigned to the ListItem
type int The type of the ListItem
tooltip string The tooltip text that should be assigned to the ListItem
inserttext string The text that should be inserted into the text when this item is selected
Результат System

ToString() публичный Метод

public ToString ( ) : string
Результат string

Описание свойств

InsertText публичное свойство

The insert text of a ListItem
public string InsertText
Результат string

Text публичное свойство

The text of a ListItem
public string Text
Результат string

ToolTip публичное свойство

The tooltip text that should be displayed when selecting a ListItem
public string ToolTip
Результат string

Type публичное свойство

The type of the ListItem (the type is used as an index to choose what icon to display)
public int Type
Результат int