WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ProgressBarAdvDrawEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ProgressBarAdvDrawEventArgs

    Inheritance
    System.Object
    System.EventArgs
    ProgressBarAdvDrawEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    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 Description
    System.Boolean

    Rectangle

    Gets the bounding rectangle.

    Declaration
    public Rectangle Rectangle { get; }
    Property Value
    Type Description
    System.Drawing.Rectangle
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved