Forum Discussion
SachsenHessi
Nov 21, 2022Copper Contributor
Visual Studio and problems with custom controls
Hello @all, to first: sorry for my bad english ! And now to my problem: I have for some time with VisualStudio 2019 the following problem: In a project have custom controls. For example, a cu...
johnsonsellen
Jan 24, 2023Copper Contributor
SachsenHessi I am sure it will help you, you may try this code
public class CustomBtn:Button
{
[Browsable(true)]
public int MaxImgNumber{get;set;}
public int MinImgNumber{get;set;}
}
after use this code or still remain the same issue then you can check this there is complete details about regarding your issue. (external link removed by moderator)