バージョン

GetMinValue メソッド (UltraTrackBarOwnerInfo)

設定可能な最少値を取得します。
シンタックス
'宣言
 
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。
参照