Re: [DOTNET] Class that inherits from AxWebBrowser can't be placed in Toolbox

2002-05-16 Thread Peter Stephens
Try adding the attribute: [ToolboxItem(true)] to the class. -- Peter David A. spake: > > Hi everybody, > > Can anybody explain to me, why the following class can’t be placed on > the Toolbox? > > using System; > > namespace ExWebbrowserControlLibrary > { > /// > /// Zusammendfas

[DOTNET] Class that inherits from AxWebBrowser can't be placed in Toolbox

2002-05-16 Thread David A.
Hi everybody, Can anybody explain to me, why the following class can’t be placed on the Toolbox? using System; namespace ExWebbrowserControlLibrary { /// /// Zusammendfassende Beschreibung für ExWebbrowserControl. /// public class ExWebbrowserControl : AxSHDocV