C# Класс ThoNohT.NohBoard.Forms.MouseSpeedStyleForm

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
MouseSpeedStyleForm ( MouseSpeedIndicatorStyle initialStyle, MouseSpeedIndicatorStyle defaultStyle ) : System

Initializes a new instance of the MouseSpeedStyleForm class.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
AcceptButton2_Click ( object sender, EventArgs e ) : void

Accepts the current style.

CancelButton2_Click ( object sender, EventArgs e ) : void

Cancels the current style, reverting to the initial style.

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

MouseSpeedStyleForm_Load ( object sender, EventArgs e ) : void

Loads the form, setting the controls to the initial style.

chkOverwrite_CheckedChanged ( object sender, EventArgs e ) : void

Toggles the overwriting of the default style.

defaultMouseSpeed_IndicatorStyleChanged ( MouseSpeedIndicatorStyle style ) : void

Handles change of the style, sets the new style and invokes the changed event.

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

MouseSpeedStyleForm() публичный Метод

Initializes a new instance of the MouseSpeedStyleForm class.
public MouseSpeedStyleForm ( MouseSpeedIndicatorStyle initialStyle, MouseSpeedIndicatorStyle defaultStyle ) : System
initialStyle MouseSpeedIndicatorStyle The initial style.
defaultStyle MouseSpeedIndicatorStyle The default style to revert to when the override checkbox is unchecked.
Результат System