C# Класс GitForce.FormSettings

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

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

Метод Описание
FormSettings ( ) : System

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

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

User clicked on the Apply button - store all changes to the current setting panel, but not to any other. Hitting OK will store all panels. Hitting Cancel will void all changes in any panel done since the last time Apply button was pressed.

BtOkClick ( object sender, EventArgs e ) : void

User clicked on the OK button - apply all modified settings before returning from the dialog

FormSettingsFormClosing ( object sender, FormClosingEventArgs e ) : void

Form is closing.

TreeSectionsAfterSelect ( object sender, TreeViewEventArgs e ) : void

Selecting the tree node brings up the corresponding user control

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

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

public FormSettings ( ) : System
Результат System