Table of Contents

Constructor ToolboxBitmapAttribute

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ToolboxBitmapAttribute(string)

Initializes a new ToolboxBitmapAttribute object with an image from a specified file.

public ToolboxBitmapAttribute(string imageFile)

Parameters

imageFile string

The name of a file that contains a bitmap.

ToolboxBitmapAttribute(Type)

Initializes a new ToolboxBitmapAttribute object based on a bitmap that is embedded as a resource in a specified assembly.

public ToolboxBitmapAttribute(Type t)

Parameters

t Type

A Type whose defining assembly is searched for the bitmap resource.

ToolboxBitmapAttribute(Type, string)

Initializes a new ToolboxBitmapAttribute object based on a bitmap that is embedded as a resource in a specified assembly.

public ToolboxBitmapAttribute(Type t, string name)

Parameters

t Type

A Type whose defining assembly is searched for the bitmap resource.

name string

The name of the embedded bitmap resource.