'宣言 Public Event MeasureItem As EventHandler(Of MeasureItemEventArgs)
public event EventHandler<MeasureItemEventArgs> MeasureItem
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、MeasureItemEventArgs 型の引数を受け取りました。次の MeasureItemEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|---|
| Graphics | Gets the Graphics object to measure against |
| Item | Gets the RibbonItem that is being OwnerDrawn |
| ItemHeight | Gets or sets the height of the item. |
| ItemWidth | Gets or sets the width of the item. |
参照