C# Class AmandaInterface.FileEditorTab

Inheritance: System.Windows.Forms.TabPage
Afficher le fichier Open project: remco138/amanda Class Usage Examples

Méthodes publiques

Свойство Type Description
textBox FastColoredTextBox

Méthodes publiques

Méthode Description
AskToSaveFile ( ) : void
Copy ( ) : void
FileEditorTab ( ) : System
FileEditorTab ( string content ) : System
Paste ( ) : void
Save ( ) : void
SaveAs ( ) : void
UpdateAutocompleteIdentifiers ( ) : void

Private Methods

Méthode Description
_AutoIndentNeeded ( object sender, AutoIndentEventArgs e ) : void
_KeyDown ( object sender, KeyEventArgs e ) : void
_TextChanged ( object sender, TextChangedEventArgs e ) : void

Method Details

AskToSaveFile() public méthode

public AskToSaveFile ( ) : void
Résultat void

Copy() public méthode

public Copy ( ) : void
Résultat void

FileEditorTab() public méthode

public FileEditorTab ( ) : System
Résultat System

FileEditorTab() public méthode

public FileEditorTab ( string content ) : System
content string
Résultat System

Paste() public méthode

public Paste ( ) : void
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

SaveAs() public méthode

public SaveAs ( ) : void
Résultat void

UpdateAutocompleteIdentifiers() public méthode

public UpdateAutocompleteIdentifiers ( ) : void
Résultat void

Property Details

textBox public_oe property

public FastColoredTextBox textBox
Résultat FastColoredTextBox