C# Class RocksmithToolkitGUI.HelpForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: rscustom/rocksmith-custom-song-toolkit Class Usage Examples

Méthodes publiques

Свойство Type Description
rtbBlank System.Windows.Forms.RichTextBox
rtbNotes System.Windows.Forms.RichTextBox

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

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

HelpForm() public méthode

public HelpForm ( ) : System
Résultat System

PopulateRichText() public méthode

public PopulateRichText ( Stream streamRtfNotes = null, bool wordWrap = true ) : void
streamRtfNotes Stream
wordWrap bool
Résultat void

Property Details

rtbBlank public_oe property

public System.Windows.Forms.RichTextBox rtbBlank
Résultat System.Windows.Forms.RichTextBox

rtbNotes public_oe property

public System.Windows.Forms.RichTextBox rtbNotes
Résultat System.Windows.Forms.RichTextBox