'Declaration Public Event ShouldDrawFont As ShouldDrawFontEventHandler
public event ShouldDrawFontEventHandler ShouldDrawFont
Event Data
The event handler receives an argument of type ShouldDrawFontEventArgs containing data related to this event. The following ShouldDrawFontEventArgs properties provide information specific to this event.
Property | 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. |
See Also