C# 클래스 ServiceMonitor.LogView

상속: System.Windows.Forms.ListBox
파일 보기 프로젝트 열기: davyxu/ServiceMonitor 1 사용 예제들

공개 메소드들

메소드 설명
AddLog ( Color c, string text, bool autoscroll ) : void
AllLogToString ( ) : string
EnsureVisible ( int index ) : void
LogView ( ) : System

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void
OnDoubleClick ( object sender, EventArgs e ) : void
OnDrawItem ( object sender, DrawItemEventArgs e ) : void
OnMouseDown ( object sender, MouseEventArgs e ) : void

메소드 상세

AddLog() 공개 메소드

public AddLog ( Color c, string text, bool autoscroll ) : void
c Color
text string
autoscroll bool
리턴 void

AllLogToString() 공개 메소드

public AllLogToString ( ) : string
리턴 string

EnsureVisible() 공개 메소드

public EnsureVisible ( int index ) : void
index int
리턴 void

LogView() 공개 메소드

public LogView ( ) : System
리턴 System