C# Class Alsing.SourceCode.TextStyleDesignerDialog

Summary description for TextStyleDesignerDialog.
Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
TextStyleDesignerDialog ( TextStyle Style ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnChange ( ) : void

Private Methods

Method 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 method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

OnChange() protected static method

protected static OnChange ( ) : void
return void

TextStyleDesignerDialog() public method

public TextStyleDesignerDialog ( TextStyle Style ) : System
Style TextStyle
return System