Class ToolStripRenderEventArgs
Provides data for the ToolStrip rendering methods and events.
public class ToolStripRenderEventArgs : EventArgs
- Inheritance
-
ToolStripRenderEventArgs
Constructors
- ToolStripRenderEventArgs(Graphics, AbstractControl)
Initializes a new instance of the ToolStripRenderEventArgs class for the specified control and using the specified Graphics.
- ToolStripRenderEventArgs(Graphics, Control, RectD, Color)
Initializes a new instance of the ToolStripRenderEventArgs class using the specified parameters.
Properties
- AffectedBounds
Gets the RectD representing the bounds of the area to be painted.
- ConnectedArea
Gets the RectD representing the overlap area between a drop-down and its owner item/>.
- ToolStrip
Gets the control to be painted.