[]
Provides data for UpdatingItemFont event.
public class UpdatingItemFontEventArgs : EventArgs
| Name | Description |
|---|---|
| Font | Gets the Font used to display text in the ribbon item. |
| FontPadding | Gets or sets whether text bounding rectangle should include padding. |
| IsHostedInComboBox | Gets a value indicating whether the RibbonItem is hosted in a RibbonComboBox. |
| IsHostedInGroup | Gets a value indicating whether the RibbonItem is hosted in a RibbonGroup. |
| IsHostedInMenu | Gets a value indicating whether the RibbonItem is hosted in a RibbonMenu. |
| IsHostedInToolBar | Gets a value indicating whether the RibbonItem is hosted in RibbonToolBar, RibbonBottomToolBar, RibbonTopToolBar or RibbonConfigToolBar. |
| NewFont | Gets or sets the Font used to display text in the ribbon item. |
| RibbonItem | Gets the ribbon item which the font is being updated. |