menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IGridDrawSelectionFrame - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IGridDrawSelectionFrame

    Provides the DrawSelectionFrame(GridControlBase, Graphics, Boolean, GridRangeInfo) method which is internally used for drawing of Excel-like selection frame.

    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public interface IGridDrawSelectionFrame

    Methods

    DrawSelectionFrame(GridControlBase, Graphics, Boolean, GridRangeInfo)

    Internally used for drawing of Excel-like selection frame.

    Declaration
    void DrawSelectionFrame(GridControlBase pGrid, Graphics g, bool bDrawOld, GridRangeInfo pNewRange)
    Parameters
    Type Name Description
    GridControlBase pGrid

    The grid control

    System.Drawing.Graphics g

    The graphics

    System.Boolean bDrawOld

    The draw old

    GridRangeInfo pNewRange

    The GridRangeInfo

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