C# 클래스 NeinTom.ChatLog.ChatLogControl

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: jvbsl/LiveCodingChat 1 사용 예제들

공개 메소드들

메소드 설명
AddMessage ( ChatMessage message ) : void
ChatLogControl ( ) : System
ScrollToBottom ( ) : void

비공개 메소드들

메소드 설명
ChatLogControl_MouseDown ( object sender, MouseEventArgs e ) : void
ChatLogControl_MouseEnter ( object sender, EventArgs eb ) : void
ChatLogControl_MouseLeave ( object sender, EventArgs eb ) : void
ChatLogControl_MouseMove ( object sender, MouseEventArgs e ) : void
ChatLogControl_Scroll ( object sender, ScrollEventArgs e ) : void
ChatLog_Paint ( object sender, PaintEventArgs e ) : void
ChatLog_Resize ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void
MeasureMessage ( string message, Graphics g, float leftMargin ) : SizeF
MeasureTexts ( Graphics g ) : void
Messages_ItemThrown ( object sender, ChatMessage thrown ) : void
tmrUpdate_Tick ( object sender, EventArgs e ) : void

메소드 상세

AddMessage() 공개 메소드

public AddMessage ( ChatMessage message ) : void
message ChatMessage
리턴 void

ChatLogControl() 공개 메소드

public ChatLogControl ( ) : System
리턴 System

ScrollToBottom() 공개 메소드

public ScrollToBottom ( ) : void
리턴 void