C# 클래스 BExplorer.Shell.FileNameComboBox

A filename combo box suitable for use in file Open/Save dialogs.

This control extends the ComboBox class to provide auto-completion of filenames based on the folder selected in a ShellView. The control also automatically navigates the ShellView control when the user types a folder path.

상속: System.Windows.Forms.ComboBox
파일 보기 프로젝트 열기: Gainedge/BetterExplorer

Private Properties

프로퍼티 타입 설명
AutoComplete void
Open bool

보호된 메소드들

메소드 설명
IsInputKey ( Keys keyData ) : bool

Determines whether the specified key is a regular input key or a special key that requires preprocessing.

OnKeyDown ( KeyEventArgs e ) : void

Raises the Control.KeyDown event.

OnKeyPress ( KeyPressEventArgs e ) : void

Raises the Control.KeyPress event.

OnTextChanged ( EventArgs e ) : void

Raises the Control.TextChanged event.

비공개 메소드들

메소드 설명
AutoComplete ( ) : void
Open ( string path ) : bool

메소드 상세

IsInputKey() 보호된 메소드

Determines whether the specified key is a regular input key or a special key that requires preprocessing.
protected IsInputKey ( Keys keyData ) : bool
keyData Keys /// One of the values. ///
리턴 bool

OnKeyDown() 보호된 메소드

Raises the Control.KeyDown event.
protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs /// A that contains the event data. ///
리턴 void

OnKeyPress() 보호된 메소드

Raises the Control.KeyPress event.
protected OnKeyPress ( KeyPressEventArgs e ) : void
e System.Windows.Forms.KeyPressEventArgs /// A that contains the event data. ///
리턴 void

OnTextChanged() 보호된 메소드

Raises the Control.TextChanged event.
protected OnTextChanged ( EventArgs e ) : void
e System.EventArgs /// An that contains the event data. ///
리턴 void