menu

WinForms

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

    Show / Hide Table of Contents

    Class ToolStripDropDownExt

    Class for CustomDropDown for toolstripdropdown

    Inheritance
    System.Object
    ToolStripDropDownExt
    Namespace: Syncfusion.Windows.Forms.Spreadsheet
    Assembly: Syncfusion.Spreadsheet.Windows.dll
    Syntax
    public class ToolStripDropDownExt : ToolStripDropDown

    Constructors

    ToolStripDropDownExt(Object)

    Constructor for custom dropdown

    Declaration
    public ToolStripDropDownExt(object controls)
    Parameters
    Type Name Description
    System.Object controls

    ToolStripDropDownExt(ToolStripItem[])

    Constructor for custom dropdown

    Declaration
    public ToolStripDropDownExt(ToolStripItem[] items)
    Parameters
    Type Name Description
    System.Windows.Forms.ToolStripItem[] items

    Methods

    OnPaint(PaintEventArgs)

    Overrides the onpaint method

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

    paint event data

    WndProc(ref Message)

    Declaration
    protected override void WndProc(ref Message m)
    Parameters
    Type Name Description
    System.Windows.Forms.Message m
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved