dotnetmonitor.com

 
Index
Previous
Next

 

ToolStripText box is simply the WindowsForms TextBox wrapped in a ToolStripControlHost to make is hostable via ToolStrips. Some custom renderering of the TextBox is done for border color and size. A small subset of the properties and events are exposed at the ToolStripTextBox level, but the underlying TextBox control is fully accessible via ToolStripTextBox.TextBox.
Painting
When should I use Paint/OnPaint and when should I override the ToolStripRenderer?
Do I need to worry about double buffering?
Parenting
Partial Trust
Usage