Ribbon for WinForms
ShouldDrawFont イベント (RibbonFontComboBox)

C1.Win.Ribbon.4.5.2 アセンブリ > C1.Win.Ribbon 名前空間 > RibbonFontComboBox クラス : ShouldDrawFont イベント
Allows to hide some fonts in the drop-down list or display their names using the default font.
シンタックス
'宣言
 
Public Event ShouldDrawFont As EventHandler(Of ShouldDrawFontEventArgs)
public event EventHandler<ShouldDrawFontEventArgs> ShouldDrawFont
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、ShouldDrawFontEventArgs 型の引数を受け取りました。次の ShouldDrawFontEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
Gets or sets whether the font name should always be drawn using the default font.  
Gets the FontFamily associated with this font.  
Gets the name of the font.  
Gets or sets whether the font should appear in the drop-down list of the RibbonFontComboBox.  
参照