C# 클래스 ShellControlV2.ShellTextBox

상속: System.Windows.Forms.TextBox
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
GetCommandHistory ( ) : string[]
PrintLine ( ) : void
ShellTextBox ( ) : System.Windows.Forms

Initializes a new instance of the ShellTextBox class.

WriteCommand ( string text ) : void
WriteText ( string text ) : void

보호된 메소드들

메소드 설명
WndProc ( Message &m ) : void

비공개 메소드들

메소드 설명
AddText ( string text ) : void
GetCurrentCaretColumnPosition ( ) : int
GetCurrentLine ( ) : string
GetTextAtPrompt ( ) : string
IsCaretAtCurrentLine ( ) : bool
IsCaretAtWritablePosition ( ) : bool
IsCaretJustBeforePrompt ( ) : bool
IsTerminatorKey ( Keys key ) : bool
IsTerminatorKey ( char keyChar ) : bool
MoveCaretToEndOfText ( ) : void
OnKeyUp ( object sender, KeyEventArgs keyEventArgs ) : void
PreviewKeyDown_event ( object sender, PreviewKeyDownEventArgs e ) : void
PrintPrompt ( ) : void
ReplaceTextAtPrompt ( string text ) : void
SetPromptText ( string val ) : void
ShellControl_KeyDown ( object sender, KeyEventArgs e ) : void
shellTextBox_KeyPress ( object sender, KeyPressEventArgs e ) : void

메소드 상세

GetCommandHistory() 공개 메소드

public GetCommandHistory ( ) : string[]
리턴 string[]

PrintLine() 공개 메소드

public PrintLine ( ) : void
리턴 void

ShellTextBox() 공개 메소드

Initializes a new instance of the ShellTextBox class.
public ShellTextBox ( ) : System.Windows.Forms
리턴 System.Windows.Forms

WndProc() 보호된 메소드

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
리턴 void

WriteCommand() 공개 메소드

public WriteCommand ( string text ) : void
text string
리턴 void

WriteText() 공개 메소드

public WriteText ( string text ) : void
text string
리턴 void