Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Visual representation of custom controls
Message
From
17/01/2005 17:17:08
 
General information
Forum:
ASP.NET
Category:
Class design
Miscellaneous
Thread ID:
00977660
Message ID:
00977876
Views:
38
>You have to use the ToolboxBitmap attribute. Have a look at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbtskProvidingToolboxBitmapForYourControl.asp

When I try this:
<ToolboxBitmap(GetType(Label))> _
Public Class LXLabel
    Inherits System.Windows.Forms.Label

    Public Sub New()
    End Sub

End Class
the word ToolboxBitmap is highlighted. Is there some kind of reference I need to add in my project to be able to do that?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform