Initializes a new instance of ImageHandler from an ImageList.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Sub New ( _
list As ImageList _
)
'使用
Dim list As ImageList
Dim instance As New ImageHandler(list)
public ImageHandler(
ImageList list
)
public:
ImageHandler(
ImageList^ list
)
public function ImageHandler(
list : ImageList
)
Parameters
list
Type: System.Windows.Forms.ImageListThe ImageList to populate the ImageHandler.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.