C# Class Mono.Terminal.LineEditor.CompletionState

Afficher le fichier Open project: NtreevSoft/CommandLineParser

Méthodes publiques

Свойство Type Description
Col int
Completions string[]
Prefix string

Méthodes publiques

Méthode Description
Clear ( ) : void
CompletionState ( int col, int row, int width, int height ) : System
DrawSelection ( ) : void
Remove ( ) : void
SelectNext ( ) : void
SelectPrevious ( ) : void
Show ( ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

CompletionState() public méthode

public CompletionState ( int col, int row, int width, int height ) : System
col int
row int
width int
height int
Résultat System

DrawSelection() public méthode

public DrawSelection ( ) : void
Résultat void

Remove() public méthode

public Remove ( ) : void
Résultat void

SelectNext() public méthode

public SelectNext ( ) : void
Résultat void

SelectPrevious() public méthode

public SelectPrevious ( ) : void
Résultat void

Show() public méthode

public Show ( ) : void
Résultat void

Property Details

Col public_oe property

public int Col
Résultat int

Completions public_oe property

public string[] Completions
Résultat string[]

Prefix public_oe property

public string Prefix
Résultat string