Table of Contents

Class ToolStripRenderEventArgs

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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.

BackColor

Gets the Color that the background is painted with.

ConnectedArea

Gets the RectD representing the overlap area between a drop-down and its owner item/>.

Graphics

Gets the Graphics used to paint.

ToolStrip

Gets the control to be painted.