[]
Provides data for the ShouldDrawFont event.
public class ShouldDrawFontEventArgs : EventArgs
| Name | Description |
|---|---|
| DrawUsingDefaultFont | Gets or sets whether the font name should always be drawn using the default font. |
| FontFamily | Gets the FontFamily associated with this font. |
| FontName | Gets the name of the font. |
| ShouldDraw | Gets or sets whether the font should appear in the drop-down list of the RibbonFontComboBox. |