C# Class DreamEdit.textEditor

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: headswe/DreamEdit Class Usage Examples

Méthodes publiques

Свойство Type Description
hasbeenmodified bool
isModified bool
mainForm mainWindow

Méthodes publiques

Méthode Description
textEditor ( mainWindow parent, Console C, TabPage P ) : System

Private Methods

Méthode Description
scintilla2_KeyDown ( object sender, KeyEventArgs e ) : void
scintilla2_Load ( object sender, EventArgs e ) : void
scintilla2_TextChanged ( object sender, EventArgs e ) : void
scintilla2_TextInserted ( object sender, ScintillaNET e ) : void

Method Details

textEditor() public méthode

public textEditor ( mainWindow parent, Console C, TabPage P ) : System
parent mainWindow
C Console
P TabPage
Résultat System

Property Details

hasbeenmodified public_oe property

public bool hasbeenmodified
Résultat bool

isModified public_oe property

public bool isModified
Résultat bool

mainForm public_oe property

public mainWindow,DreamEdit mainForm
Résultat mainWindow