Skip to content

Commit

Permalink
move icon location
Browse files Browse the repository at this point in the history
  • Loading branch information
adegeo committed Aug 4, 2023
1 parent 48fc2d5 commit 565478f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Icons for the **Toolbox** window in Visual Studio must conform to certain standa
Icons are assigned to a control with the <xref:System.Drawing.ToolboxBitmapAttribute> attribute. For more information about attributes, see [Attributes (C#)](/dotnet/csharp/programming-guide/concepts/attributes/index) or [Attributes overview (Visual Basic)](/dotnet/visual-basic/programming-guide/concepts/attributes/index).

> [!TIP]
> You can download a sample icon from [GitHub](https://github.com/dotnet/docs-desktop/blob/main/dotnet-desktop-guide/net/winforms/controls-design/snippets/designer-properties-overview/csharp/CompassRose_Icon.bmp).
> You can download a sample icon from [GitHub](https://github.com/dotnet/docs-desktop/blob/main/dotnet-desktop-guide/net/winforms/controls-design/media/how-to-set-toolbox-icon/CompassRose_Icon.bmp).
The attribute is set on the control's class, and has three different constructors:

Expand Down

0 comments on commit 565478f

Please sign in to comment.