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