menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridDragColumnHeaderBitmaps - API Reference

    Show / Hide Table of Contents

    Class GridDragColumnHeaderBitmaps

    Provides all information for drawing and caching bitmaps

    Inheritance
    System.Object
    GridDragColumnHeaderBitmaps
    Inherited Members
    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.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public class GridDragColumnHeaderBitmaps
    Remarks

    The bitmaps are loaded from the manifest and cached. The PaintIcon routine will substitute black pixels of the original bitmap and draw them with a specified fore color.

    Example:

    GridDragColumnHeaderBitmaps.IconPainter.PaintIcon(g, rect, Point.Empty, bitmapName, Color.Black);

    Constructors

    GridDragColumnHeaderBitmaps()

    Initializes a new instance of the GridDragColumnHeaderBitmaps class.

    Declaration
    public GridDragColumnHeaderBitmaps()

    Properties

    RedDownBitmap

    Gets bitmap for moving columns.

    Declaration
    public static Bitmap RedDownBitmap { get; }
    Property Value
    Type Description
    System.Drawing.Bitmap

    RedUpBitmap

    Gets bitmap for moving columns.

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