[]
        
(Showing Draft Content)

C1.Win.Ribbon.UpdatingItemFontEventArgs

UpdatingItemFontEventArgs Class

Provides data for UpdatingItemFont event.

Inheritance
UpdatingItemFontEventArgs
Namespace: C1.Win.Ribbon
Assembly: C1.Win.Ribbon.4.8.dll
Syntax
public class UpdatingItemFontEventArgs : EventArgs

Properties

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.