DescriptionAttribute Class

 

指定属性或事件的描述。

[Description("The image associated with the control"),Category("Appearance")] 
 public Image MyImage {
    get {
       // Insert code here.
       return image1;
    }
    set {
       // Insert code here.
    }
 }

 

posted on 2018-11-19 16:08  荆棘人  阅读(155)  评论(0)    收藏  举报

导航