C# Class Mono.Terminal.LineEditor.CompletionState

Datei anzeigen Open project: NtreevSoft/CommandLineParser

Public Properties

Property Type Description
Col int
Completions string[]
Prefix string

Public Methods

Method 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 method

public Clear ( ) : void
return void

CompletionState() public method

public CompletionState ( int col, int row, int width, int height ) : System
col int
row int
width int
height int
return System

DrawSelection() public method

public DrawSelection ( ) : void
return void

Remove() public method

public Remove ( ) : void
return void

SelectNext() public method

public SelectNext ( ) : void
return void

SelectPrevious() public method

public SelectPrevious ( ) : void
return void

Show() public method

public Show ( ) : void
return void

Property Details

Col public_oe property

public int Col
return int

Completions public_oe property

public string[] Completions
return string[]

Prefix public_oe property

public string Prefix
return string