'Declaration <DescriptionAttribute("A value indicating whether the annotation content can be edited.")> <DefaultValueAttribute(True)> Public Overridable Property CanEditContent As Boolean
[Description("A value indicating whether the annotation content can be edited.")] [DefaultValue(True)] public virtual bool CanEditContent { get; set; }
[Description("A value indicating whether the annotation content can be edited.")] [DefaultValue(True)] public: __property virtual bool get_CanEditContent(); public: __property virtual void set_CanEditContent(
bool value
);
[Description("A value indicating whether the annotation content can be edited.")] [DefaultValue(True)] public:
virtual property bool CanEditContent { bool get(); void set(bool value); }