Ribbon for WinForms
OnStateChanged メソッド (ProgressBarElement)

C1.Win.4.8 アセンブリ > C1.Framework 名前空間 > ProgressBarElement クラス : 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.
参照

ProgressBarElement クラス
ProgressBarElement メンバ