WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SchemaCellButton

    Show / Hide Table of Contents

    Class SchemaCellButton

    Represents a button which is specially designed for the schema cell.

    Inheritance
    System.Object
    NonFinalizeDisposable
    GridCellButton
    SchemaCellButton
    Implements
    System.IDisposable
    Inherited Members
    GridCellButton.Dispose(Boolean)
    GridCellButton.Draw(Graphics, Int32, Int32, Boolean, GridStyleInfo)
    GridCellButton.DrawMetroButtonStyle(Graphics, Rectangle, ButtonState, String, Boolean)
    GridCellButton.IsHovering(Int32, Int32)
    GridCellButton.SetHovering(GridCellHitTestInfo, Boolean)
    GridCellButton.IsMouseDown(Int32, Int32)
    GridCellButton.SetMouseDown(GridCellHitTestInfo, Boolean)
    GridCellButton.IsPushed(Int32, Int32)
    GridCellButton.SetPushed(Int32, Int32, Rectangle, Boolean)
    GridCellButton.HitTest(Int32, Int32, MouseEventArgs, IMouseController)
    GridCellButton.MouseHoverEnter(GridCellHitTestInfo)
    GridCellButton.MouseHover(MouseEventArgs, GridCellHitTestInfo)
    GridCellButton.MouseHoverLeave(EventArgs, GridCellHitTestInfo)
    GridCellButton.MouseDown(MouseEventArgs, GridCellHitTestInfo)
    GridCellButton.MouseMove(MouseEventArgs, GridCellHitTestInfo)
    GridCellButton.MouseUp(MouseEventArgs, GridCellHitTestInfo)
    GridCellButton.GetCursor(GridCellHitTestInfo)
    GridCellButton.CancelMode(GridCellHitTestInfo)
    GridCellButton.OnClicked(GridCellEventArgs)
    GridCellButton.OnHoveringChanged(GridCellEventArgs)
    GridCellButton.OnMouseDownChanged(GridCellEventArgs)
    GridCellButton.OnPushedChanged(GridCellEventArgs)
    GridCellButton.Bounds
    GridCellButton.Text
    GridCellButton.MouseDownInfo
    GridCellButton.Grid
    GridCellButton.Owner
    GridCellButton.FireClickOnMouseUp
    GridCellButton.Clicked
    GridCellButton.HoveringChanged
    GridCellButton.MouseDownChanged
    GridCellButton.PushedChanged
    NonFinalizeDisposable.Dispose()
    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.PivotAnalysis
    Assembly: Syncfusion.PivotAnalysis.Windows.dll
    Syntax
    public class SchemaCellButton : GridCellButton, IDisposable

    Constructors

    SchemaCellButton(GridCellRendererBase)

    Initializes a new instance of the SchemaCellButton class with the specified GridCellRendererBase.

    Declaration
    public SchemaCellButton(GridCellRendererBase owner)
    Parameters
    Type Name Description
    GridCellRendererBase owner

    The GridCellRendererBase that holds the schema cell button.

    Methods

    DrawButton(Graphics, Rectangle, ButtonState, GridStyleInfo)

    Draws the schema cell button with the specified values.

    Declaration
    public override void DrawButton(Graphics g, Rectangle rect, ButtonState buttonState, GridStyleInfo style)
    Parameters
    Type Name Description
    System.Drawing.Graphics g

    Represents GDI+ surface

    System.Drawing.Rectangle rect

    Represents the location and size of the rectangle.

    System.Windows.Forms.ButtonState buttonState

    Specifies the appearance of the button.

    GridStyleInfo style

    Holds the values for customizing the cell style.

    Overrides
    GridCellButton.DrawButton(Graphics, Rectangle, ButtonState, GridStyleInfo)

    DrawButtonStyle(Graphics, Rectangle, ButtonState, GridStyleInfo, Boolean)

    Draws the schema cell button with the specified values.

    Declaration
    public virtual void DrawButtonStyle(Graphics g, Rectangle rect, ButtonState buttonState, GridStyleInfo style, bool isWhite)
    Parameters
    Type Name Description
    System.Drawing.Graphics g

    Represents GDI+ surface

    System.Drawing.Rectangle rect

    Represents the location and size of the rectangle.

    System.Windows.Forms.ButtonState buttonState

    Specifies the appearance of the button.

    GridStyleInfo style

    Holds the values for customizing the cell style.

    System.Boolean isWhite

    Represents that whether to set white color or not.

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved