C# Class ARCed.Controls.NoteTextBox

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: borisblizzard/arcreator

Private Properties

Свойство Type Description
InitializeComponent void
NoteTextBox_Load void
buttonCopy_Click void
buttonCut_Click void
buttonEditor_Click void
buttonFont_Click void
buttonPaste_Click void
buttonSelectAll_Click void
textBoxNotes_ClientSizeChanged void

Méthodes publiques

Méthode Description
NoteTextBox ( ) : System

Default constructor

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.

NoteTextBox_Load ( object sender, EventArgs e ) : void
buttonCopy_Click ( object sender, EventArgs e ) : void
buttonCut_Click ( object sender, EventArgs e ) : void
buttonEditor_Click ( object sender, EventArgs e ) : void
buttonFont_Click ( object sender, EventArgs e ) : void
buttonPaste_Click ( object sender, EventArgs e ) : void
buttonSelectAll_Click ( object sender, EventArgs e ) : void
textBoxNotes_ClientSizeChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

NoteTextBox() public méthode

Default constructor
public NoteTextBox ( ) : System
Résultat System