C# Класс Yaircc.ChannelDialog

Represents a dialog that accepts a channel name.
Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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