バージョン

GetImageList メソッド (NumericEditorOwnerBase)

エディターのValueListで使用されるイメージリスト、またはnullを返します。
シンタックス
'宣言
 
Public Overrides Function GetImageList( _
   ByVal ownerContext As Object _
) As ImageList
public override ImageList GetImageList( 
   object ownerContext
)

パラメータ

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

戻り値の型

ImageList。ImageListが存在しない場合はnull。
参照