[]
        
(Showing Draft Content)

C1.Win.Command.DrawBarEventArgs

DrawBarEventArgs Class

Provides data for the DrawBar event.

Inheritance
DrawBarEventArgs
Namespace: C1.Win.Command
Assembly: C1.Win.Command.8.dll
Syntax
public class DrawBarEventArgs : EventArgs

Constructors

Name Description
DrawBarEventArgs(Graphics, Rectangle, GraphicsPath, bool)

Initializes a new instance of the DrawBarEventArgs class

Fields

Name Description
Bounds

The bounding rectangle of the bar (menu or toolbar).

Done

Flag indicating whether the user completed the drawing. If set to true, no further drawing is performed. Otherwise, the default drawing is done.

Graphics

The Graphics object to draw on.

Path

The graphics path bounding the bar (menu or toolbar).