C# Class Alsing.SourceCode.TextStyleDesignerDialog

Summary description for TextStyleDesignerDialog.
Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Méthode Description
TextStyleDesignerDialog ( TextStyle Style ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnChange ( ) : void

Private Methods

Méthode Description
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

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OnChange() protected static méthode

protected static OnChange ( ) : void
Résultat void

TextStyleDesignerDialog() public méthode

public TextStyleDesignerDialog ( TextStyle Style ) : System
Style TextStyle
Résultat System