バージョン

GetMaxValue メソッド

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

パラメータ

ownerContext
Infragistics.Win.EmbeddableEditorBase.GetEmbeddableElement(Infragistics.Win.UIElement,Infragistics.Win.EmbeddableEditorOwnerBase,System.Object,Infragistics.Win.EmbeddableUIElementBase) メソッドに渡されたコンテキスト。

戻り値の型

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