1

プロパティ グリッド コントロールを介して開きたいカスタム フォーム Names "Form1" があります。

こんな風にしたい ここに画像の説明を入力

コードはこちら

[CategoryAttribute("Extended Properties"),
        EditorAttribute(typeof(System.Windows.Forms.Form1), typeof(System.Drawing.Design.UITypeEditor))]
        [TypeConverter(typeof(ExpandableObjectConverter))]
        public string Path { get; set; }
4

1 に答える 1