menu

Document Processing

BorderComboBox Class - FileFormats API Reference | Syncfusion

    Show / Hide Table of Contents

    BorderComboBox Class

    Draw the border of Combo Box with required border color and border style.

    Inheritance
    System.Object
    BorderComboBox
    Namespace: Syncfusion.Windows.Forms.Spreadsheet
    Assembly: Syncfusion.Spreadsheet.Windows.dll
    Syntax
    public class BorderComboBox : ComboBox

    Constructors

    BorderComboBox(Spreadsheet)

    Declaration
    public BorderComboBox(Spreadsheet _spreadsheet)
    Parameters
    Type Name Description
    Spreadsheet _spreadsheet

    Properties

    BorderColor

    Declaration
    public Color BorderColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    BorderStyle

    Declaration
    public ButtonBorderStyle BorderStyle { get; set; }
    Property Value
    Type
    System.Windows.Forms.ButtonBorderStyle

    Methods

    OnDropDown(EventArgs)

    Declaration
    protected override void OnDropDown(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    OnSizeChanged(EventArgs)

    Declaration
    protected override void OnSizeChanged(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    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