Ribbon for WinForms
MeasureItem イベント (RibbonToggleButton)

C1.Win.Ribbon.4.5.2 アセンブリ > C1.Win.Ribbon 名前空間 > RibbonToggleButton クラス : MeasureItem イベント
Occurs when the button is measured.
シンタックス
'宣言
 
Public Event MeasureItem As EventHandler(Of MeasureItemEventArgs)
public event EventHandler<MeasureItemEventArgs> MeasureItem
イベント データ

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

プロパティ解説
Gets the Graphics object to measure against  
Gets the RibbonItem that is being OwnerDrawn  
Gets or sets the height of the item.  
Gets or sets the width of the item.  
参照