dotnetmonitor.com

 
Index
Previous
Next

 

ToolStripDropDownItem is the abstract base class for ToolStripMenuItem, ToolStripDropDownButton, ToolStripSplitButton and provides the API around populating and synching the dropdown and items within it.

This class implements all the dropdown plumbing and API including the DropDownItems collection and DropDown property. This is the base class for ToolStripMenuItem, ToolStripSplitButton, and ToolStripDropDownButton.

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