Ribbon for WinForms
OnStateChanged メソッド (IconElement)

C1.Win.4.8 アセンブリ > C1.Framework 名前空間 > IconElement クラス : OnStateChanged メソッド
Element.ElementFlags that contains the state before the change.
Called by the host control when the state of this Element changes.
シンタックス
'宣言
 
Protected Overridable Sub OnStateChanged( _
   ByVal oldFlags As Element.ElementFlags _
) 
protected virtual void OnStateChanged( 
   Element.ElementFlags oldFlags
)

パラメータ

oldFlags
Element.ElementFlags that contains the state before the change.
解説
The state of an element is represented by a combination of Element.ElementFlags values. Each individual flag is represented by a specific property, including Visible, Enabled, etc.
参照

IconElement クラス
IconElement メンバ