C# Class DarkRoomW.DarkTextBox

Afficher le fichier Open project: jjafuller/DarkRoomW

Méthodes publiques

Свойство Type Description
AutoIndent bool
FormattingEnabled bool
TabsToSpaces int

Méthodes publiques

Méthode Description
DarkTextBox ( ) : System
DarkTextBox ( IContainer container ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
DarkTextBox_KeyDown ( object sender, System e ) : void
InitializeComponent ( ) : void

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

findIndentLevel ( ) : string

Method Details

DarkTextBox() public méthode

public DarkTextBox ( ) : System
Résultat System

DarkTextBox() public méthode

public DarkTextBox ( IContainer container ) : System
container IContainer
Résultat System

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

Property Details

AutoIndent public_oe property

public bool AutoIndent
Résultat bool

FormattingEnabled public_oe property

public bool FormattingEnabled
Résultat bool

TabsToSpaces public_oe property

public int TabsToSpaces
Résultat int