WinForms

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

    Show / Hide Table of Contents

    Class CustomDropDownButtonBase

    Inheritance
    System.Object
    CustomDropDownButtonBase
    QuickToolstripReflectable
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public abstract class CustomDropDownButtonBase : ToolStripDropDownButton

    Constructors

    CustomDropDownButtonBase()

    Declaration
    public CustomDropDownButtonBase()

    Properties

    HasDropDownItems

    Declaration
    public override bool HasDropDownItems { get; }
    Property Value
    Type Description
    System.Boolean

    Panel

    Gets tool strip panel item.

    Declaration
    public ToolStripPanelItem Panel { get; }
    Property Value
    Type Description
    ToolStripPanelItem

    Methods

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved