'Declaration <DescriptionAttribute("A value indicating whether the annotation content can be edited.")> <CategoryAttribute("Behavior")> Public Property CanEditContent As Boolean
[Description("A value indicating whether the annotation content can be edited.")] [Category("Behavior")] public bool CanEditContent { get; set; }