バージョン

GetMinValue メソッド

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

パラメータ

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

戻り値の型

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