'宣言 Public Event ShouldDrawFont As EventHandler(Of ShouldDrawFontEventArgs)
public event EventHandler<ShouldDrawFontEventArgs> ShouldDrawFont
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、ShouldDrawFontEventArgs 型の引数を受け取りました。次の ShouldDrawFontEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|---|
| 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. |
参照