C# Класс Alsing.SourceCode.TextStyleDesignerDialog

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

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

Метод Описание
TextStyleDesignerDialog ( TextStyle Style ) : System

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

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

Clean up any resources being used.

OnChange ( ) : void

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

Метод Описание
InitializeComponent ( ) : void

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

PreviewStyle ( ) : void
TextStyleDesignerDialog_Load ( object sender, EventArgs e ) : void
btnCancel_Click ( object sender, EventArgs e ) : void
btnOK_Click ( object sender, EventArgs e ) : void
pgStyles_PropertyValueChanged ( object s, System.Windows.Forms.PropertyValueChangedEventArgs e ) : void

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

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

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

OnChange() защищенный статический метод

protected static OnChange ( ) : void
Результат void

TextStyleDesignerDialog() публичный метод

public TextStyleDesignerDialog ( TextStyle Style ) : System
Style TextStyle
Результат System