NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ToolboxBitmapAttribute Class

ToolboxBitmapAttribute defines the images associated with a specified component. The component can offer a small and large image (large is optional).

Object
   Attribute
      MemberAttribute
         ToolboxBitmapAttribute

[Visual Basic]
Public Class ToolboxBitmapAttribute
   Inherits MemberAttribute
[C#]
public class ToolboxBitmapAttribute : MemberAttribute
[C++]
public __gc class ToolboxBitmapAttribute : public MemberAttribute
[JScript]
public class ToolboxBitmapAttribute extends MemberAttribute

Remarks

[To be supplied.]

Requirements

Namespace: System.Drawing

Assembly: System.Drawing.dll

See Also

ToolboxBitmapAttribute Members | System.Drawing Namespace | MemberAttribute