C# Class DarkRoomW.DarkTextBox

Datei anzeigen Open project: jjafuller/DarkRoomW

Public Properties

Property Type Description
AutoIndent bool
FormattingEnabled bool
TabsToSpaces int

Public Methods

Method Description
DarkTextBox ( ) : System
DarkTextBox ( IContainer container ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

public DarkTextBox ( ) : System
return System

DarkTextBox() public method

public DarkTextBox ( IContainer container ) : System
container IContainer
return System

Dispose() protected method

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

Property Details

AutoIndent public_oe property

public bool AutoIndent
return bool

FormattingEnabled public_oe property

public bool FormattingEnabled
return bool

TabsToSpaces public_oe property

public int TabsToSpaces
return int