menu

WinForms

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

    Show / Hide Table of Contents

    Class SelectionPanel

    Inheritance
    System.Object
    ScrollableChildFrame
    SelectionPanel
    SelectionPanelExt
    Implements
    System.IDisposable
    Inherited Members
    ScrollableChildFrame.Dispose(Boolean)
    ScrollableChildFrame.MeasureOverride(Size)
    Namespace: Syncfusion.Windows.Forms.CellGrid
    Assembly: Syncfusion.Spreadsheet.Windows.dll
    Syntax
    public class SelectionPanel : ScrollableChildFrame, IDisposable

    Constructors

    SelectionPanel(String)

    Initializes a new instance of the SelectionPanel class.

    Declaration
    public SelectionPanel(string name)
    Parameters
    Type Name Description
    System.String name

    Name of the panel.

    Methods

    OnPaint(PaintEventArgs)

    Declaration
    protected override void OnPaint(PaintEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.PaintEventArgs e

    WndProc(ref Message)

    Used to make the HitTestVisible as false

    Declaration
    protected override void WndProc(ref Message m)
    Parameters
    Type Name Description
    System.Windows.Forms.Message m
    Overrides
    ScrollableChildFrame.WndProc(ref Message)

    Implements

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