FontComboBoxExt Class
Draw the border of Font Combo Box with required border color and border style.
Inheritance
System.Object
FontComboBoxExt
Namespace: Syncfusion.Windows.Forms.Spreadsheet
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public class FontComboBoxExt : FontComboBox
Constructors
FontComboBoxExt()
Declaration
public FontComboBoxExt()
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
WndProc(ref Message)
Declaration
protected override void WndProc(ref Message m)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Message | m |