Ribbon for WinForms
UpdatingItemStyle イベント (C1Ribbon)

C1.Win.Ribbon.4.5.2 アセンブリ > C1.Win.Ribbon 名前空間 > C1Ribbon クラス : UpdatingItemStyle イベント
Occurs before a style is applied to a ribbon item.
シンタックス
'宣言
 
Public Event UpdatingItemStyle As EventHandler(Of UpdatingItemStyleEventArgs)
public event EventHandler<UpdatingItemStyleEventArgs> UpdatingItemStyle
イベント データ

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

プロパティ解説
Gets or sets the System.Drawing.Color used to display text in the ribbon item.  
Gets or sets the System.Drawing.Color used to display editable text in the ribbon item.  
Gets a value indicating whether the ribbon item is displaying its drop-down portion.  
Gets a value indicating whether the ribbon item is enabled and may receive mouse and keyboard messages.  
Gets a value indicating whether the mouse is over the ribbon item.  
Gets a value indicating whether the mouse is over the ribbon item and the left button is pressed.  
Gets the ribbon item which the style is being updated.  
参照