C# Class RocksmithToolkitGUI.HelpForm

Inheritance: System.Windows.Forms.Form
Show file Open project: rscustom/rocksmith-custom-song-toolkit Class Usage Examples

Public Properties

Property Type Description
rtbBlank System.Windows.Forms.RichTextBox
rtbNotes System.Windows.Forms.RichTextBox

Public Methods

Method Description
HelpForm ( ) : System
PopulateRichText ( Stream streamRtfNotes = null, bool wordWrap = true ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

linkLabel1_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void

Method Details

Dispose() protected method

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

HelpForm() public method

public HelpForm ( ) : System
return System

PopulateRichText() public method

public PopulateRichText ( Stream streamRtfNotes = null, bool wordWrap = true ) : void
streamRtfNotes Stream
wordWrap bool
return void

Property Details

rtbBlank public property

public System.Windows.Forms.RichTextBox rtbBlank
return System.Windows.Forms.RichTextBox

rtbNotes public property

public System.Windows.Forms.RichTextBox rtbNotes
return System.Windows.Forms.RichTextBox