Class ProgressBarAdvDrawEventArgs
Inheritance
System.Object
System.EventArgs
ProgressBarAdvDrawEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class ProgressBarAdvDrawEventArgs : EventArgs
Constructors
ProgressBarAdvDrawEventArgs(Graphics, Rectangle)
Declaration
public ProgressBarAdvDrawEventArgs(Graphics g, Rectangle rect)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Graphics | g | |
System.Drawing.Rectangle | rect |
Properties
Graphics
Gets the Graphics used to paint.
Declaration
public Graphics Graphics { get; }
Property Value
Type |
---|
System.Drawing.Graphics |
Handled
Gets or sets a value indicating whether the DrawWaitingCustomRender event was handled.
Declaration
public bool Handled { get; set; }
Property Value
Type |
---|
System.Boolean |
Rectangle
Gets the bounding rectangle.
Declaration
public Rectangle Rectangle { get; }
Property Value
Type |
---|
System.Drawing.Rectangle |