Method | Description | |
---|---|---|
CenterViewOn ( int index ) : void | ||
ClearSelection ( ) : void | ||
Close ( ) : void | ||
CodeCompletionListView ( ICompletionData completionData ) : System | ||
PageDown ( ) : void | ||
PageUp ( ) : void | ||
SelectIndex ( int index ) : void | ||
SelectItemWithStart ( string startText ) : void | ||
SelectNextItem ( ) : void | ||
SelectPrevItem ( ) : void |
Method | Description | |
---|---|---|
OnFirstItemChanged ( |
||
OnMouseDown ( System e ) : void | ||
OnPaint ( PaintEventArgs pe ) : void | ||
OnPaintBackground ( PaintEventArgs pe ) : void | ||
OnSelectedItemChanged ( |
public CodeCompletionListView ( ICompletionData completionData ) : System | ||
completionData | ICompletionData | |
return | System |
protected OnFirstItemChanged ( |
||
e | ||
return | void |
protected OnPaint ( PaintEventArgs pe ) : void | ||
pe | PaintEventArgs | |
return | void |
protected OnPaintBackground ( PaintEventArgs pe ) : void | ||
pe | PaintEventArgs | |
return | void |
protected OnSelectedItemChanged ( |
||
e | ||
return | void |
public SelectItemWithStart ( string startText ) : void | ||
startText | string | |
return | void |