Utilities.GetImageList Method (Object)

Creates an ImageList of 16x16 images by splitting the supplied bitmap or stream.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Shared Function GetImageList ( _
    imageListAsPointer As Object _
) As ImageList
'使用
Dim imageListAsPointer As Object
Dim returnValue As ImageList

returnValue = Utilities.GetImageList(imageListAsPointer)
public static ImageList GetImageList(
    Object imageListAsPointer
)
public:
static ImageList^ GetImageList(
    Object^ imageListAsPointer
)
public static function GetImageList(
    imageListAsPointer : Object
) : ImageList

Parameters

Return Value

Type: System.Windows.Forms.ImageList

ImageList.

Permissions

See Also

Reference

Utilities Class

Utilities Members

GetImageList Overload

Microsoft.VisualStudio.Package Namespace