C# Class MCForge.GuiSOYSAUCECHIPSISAFAGGOT.AutoScrollTextBox

Inheritance: System.Windows.Forms.TextBoxSOYSAUCECHIPSISAFAGGOT
ファイルを表示 Open project: MCSDFDBSWADZDSBL/MCSDFDBSWADZBSBL

Public Methods

Method Description
AppendTextAndScroll ( string text ) : void

Private Methods

Method Description
GetScrollPos ( IntPtr hWnd, int nBar ) : int
GetScrollRange ( IntPtr hWnd, int nBar, int &lpMinPos, int &lpMaxPos ) : bool
Invoke ( d d ) : System
PostMessageA ( IntPtr hWnd, int nBar, int wParam, int lParam ) : bool
SetScrollPos ( IntPtr hWnd, int nBar, int nPos, bool bRedraw ) : int

Method Details

AppendTextAndScroll() public method

public AppendTextAndScroll ( string text ) : void
text string
return void