C# 클래스 SamplesCommon.NativeMethods

파일 보기 프로젝트 열기: RegrowthStudios/VoxelRTS

공개 메소드들

메소드 설명
AppendText ( System.Windows.Forms.RichTextBox box, string line ) : void
ScrollRichTextBox ( System.Windows.Forms.RichTextBox box ) : void

비공개 메소드들

메소드 설명
PeekMessage ( PeekMsg &msg, IntPtr hWnd, uint messageFilterMin, uint messageFilterMax, uint flags ) : bool
SendMessage ( IntPtr hWnd, int wMsg, IntPtr wParam, IntPtr lParam ) : int

메소드 상세

AppendText() 공개 정적인 메소드

public static AppendText ( System.Windows.Forms.RichTextBox box, string line ) : void
box System.Windows.Forms.RichTextBox
line string
리턴 void

ScrollRichTextBox() 공개 정적인 메소드

public static ScrollRichTextBox ( System.Windows.Forms.RichTextBox box ) : void
box System.Windows.Forms.RichTextBox
리턴 void