C# Класс ShellControlV2.ShellTextBox

Наследование: System.Windows.Forms.TextBox
Показать файл Открыть проект

Открытые методы

Метод Описание
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