C# 클래스 Alsing.Windows.Forms.SyntaxBox.ListItem

Summary description for ListItem.
상속: IComparable
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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