private string demoStringValue = null;
[Browsable(true)]
public string DemoString
{get{return this.demoStringValue;}set{demoStringValue = value;}
}
参考链接
在设计时调试自定义控件 - Windows Forms .NET Framework | Microsoft Learnhttps://learn.microsoft.com/zh-cn/dotnet/desktop/winforms/controls/walkthrough-debugging-custom-windows-forms-controls-at-design-time?view=netframeworkdesktop-4.8
特此记录
anlog
2023年8月11日