C# 클래스 Yaircc.ChannelDialog

Represents a dialog that accepts a channel name.
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: rastating/yaircc 1 사용 예제들

공개 메소드들

메소드 설명
ChannelDialog ( ) : System

Initialises a new instance of the ChannelDialog class.

보호된 메소드들

메소드 설명
ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Processes a command key.

비공개 메소드들

메소드 설명
CancelButton_Click ( object sender, EventArgs e ) : void

Handles the Click event of System.Windows.Forms.Button.

ChannelTextBox_KeyDown ( object sender, KeyEventArgs e ) : void

Handles the KeyDown event of System.Windows.Forms.TextBox.

ChannelTextBox_TextChanged ( object sender, EventArgs e ) : void

Handles the TextChanged event of System.Windows.Forms.TextBox.

JoinButton_Click ( object sender, EventArgs e ) : void

Handles the Click event of System.Windows.Forms.Button.

메소드 상세

ChannelDialog() 공개 메소드

Initialises a new instance of the ChannelDialog class.
public ChannelDialog ( ) : System
리턴 System

ProcessCmdKey() 보호된 메소드

Processes a command key.
protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg System.Windows.Forms.Message A System.Windows.Forms.Message, passed by reference, that represents the Win32 message to process.
keyData Keys One of the System.Windows.Forms.Keys values that represents the key to process.
리턴 bool