バージョン

GetMaxValue メソッド (ProgressBarEmbeddableOwner)

設定可能な最大値を取得します。
シンタックス
'宣言
 
Public Overrides Function GetMaxValue( _
   ByVal ownerContext As Object _
) As Object
public override object GetMaxValue( 
   object ownerContext
)

パラメータ

ownerContext
Infragistics.Win.EmbeddableEditorBase.GetEmbeddableElement メソッドに渡されたコンテキスト。

戻り値の型

最大値、または最大値がない場合はnull。
解説
デフォルトの実装は 100 を返します。
参照