using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using
我有一個服務器控件,我想添加一個屬性是一個對象列表。我想這個屬性通過類似的設計是可配置到下拉列表項等 這裏是一個定義屬性的嘗試: /// <summary>
/// Set this if you want to customize the export drop down options
/// </summary>
[Description("Customize
我的代碼讓設計師錯誤: 組件我願意定義屬性的一個列表: using System.Collections.Generic;
using System.ComponentModel;
using System.Windows.Forms;
namespace TestProjectForProperty.Test
{
public class MyTreeView : TreeV