Class BorderComboBox
Draw the border of Combo Box with required border color and border style.
Inheritance
System.Object
BorderComboBox
Assembly: Syncfusion.Spreadsheet.Windows.dll
public class BorderComboBox : ComboBox
Constructors
Declaration
public BorderComboBox(Spreadsheet _spreadsheet)
Parameters
Properties
Declaration
public Color BorderColor { get; set; }
Property Value
Type |
System.Drawing.Color |
Declaration
public ButtonBorderStyle BorderStyle { get; set; }
Property Value
Type |
System.Windows.Forms.ButtonBorderStyle |
Methods
Declaration
protected override void OnDropDown(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Declaration
protected override void OnSizeChanged(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Declaration
protected override void WndProc(ref Message m)
Parameters
Type |
Name |
Description |
System.Windows.Forms.Message |
m |
|