C# Class idTech4.UI.AutoComplete

Show file Open project: iainmckay/idtech4.net Class Usage Examples

Public Properties

Property Type Description
CompletionString string
CurrentMatch string
FindMatchIndex int
Length int
MatchCount int
MatchIndex int

Property Details

CompletionString public property

public string CompletionString
return string

CurrentMatch public property

public string CurrentMatch
return string

FindMatchIndex public property

public int FindMatchIndex
return int

Length public property

public int Length
return int

MatchCount public property

public int MatchCount
return int

MatchIndex public property

public int MatchIndex
return int