C# 클래스 FastColoredTextBoxNS.AutocompleteListView

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: samarjeet27/ynoteclassic 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AdjustScroll void
AutocompleteListView System
DoAutocomplete void
DoAutocomplete void
DoAutocomplete void
DoSelectedVisible void
OnSelecting void
PointToItemIndex int
ProcessKey bool
ResetTimer void
SetToolTip void
tb_KeyDown void
tb_KeyPressed void
tb_SelectionChanged void
timer_Tick void

공개 메소드들

메소드 설명
AddItem ( AutocompleteItem item ) : void
SelectNext ( int shift ) : void
SetAutocompleteItems ( ICollection items ) : void
SetAutocompleteItems ( IList items ) : void

보호된 메소드들

메소드 설명
OnMouseClick ( MouseEventArgs e ) : void
OnMouseDoubleClick ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnScroll ( ScrollEventArgs se ) : void
ProcessCmdKey ( Message &msg, Keys keyData ) : bool

비공개 메소드들

메소드 설명
AdjustScroll ( ) : void
AutocompleteListView ( FastColoredTextBox tb ) : System
DoAutocomplete ( ) : void
DoAutocomplete ( AutocompleteItem item, Range fragment ) : void
DoAutocomplete ( bool forced ) : void
DoSelectedVisible ( ) : void
OnSelecting ( ) : void
PointToItemIndex ( Point p ) : int
ProcessKey ( Keys keyData, Keys keyModifiers ) : bool
ResetTimer ( Timer timer ) : void
SetToolTip ( AutocompleteItem autocompleteItem ) : void
tb_KeyDown ( object sender, KeyEventArgs e ) : void
tb_KeyPressed ( object sender, KeyPressEventArgs e ) : void
tb_SelectionChanged ( object sender, EventArgs e ) : void
timer_Tick ( object sender, EventArgs e ) : void

메소드 상세

AddItem() 공개 메소드

public AddItem ( AutocompleteItem item ) : void
item AutocompleteItem
리턴 void

OnMouseClick() 보호된 메소드

protected OnMouseClick ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnMouseDoubleClick() 보호된 메소드

protected OnMouseDoubleClick ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnScroll() 보호된 메소드

protected OnScroll ( ScrollEventArgs se ) : void
se System.Windows.Forms.ScrollEventArgs
리턴 void

ProcessCmdKey() 보호된 메소드

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg System.Windows.Forms.Message
keyData Keys
리턴 bool

SelectNext() 공개 메소드

public SelectNext ( int shift ) : void
shift int
리턴 void

SetAutocompleteItems() 공개 메소드

public SetAutocompleteItems ( ICollection items ) : void
items ICollection
리턴 void

SetAutocompleteItems() 공개 메소드

public SetAutocompleteItems ( IList items ) : void
items IList
리턴 void