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