CanEdit Property (Annotation)
In This Topic
Specifies if the annotation can be edited in design time.
Syntax
'Declaration
<DescriptionAttribute("Specifies if the annotation can be edited in design time")>
Public Property CanEdit As Boolean
[Description("Specifies if the annotation can be edited in design time")]
public bool CanEdit {get; set;}
public read-write property CanEdit: Boolean;
DescriptionAttribute("Specifies if the annotation can be edited in design time")
public function get,set CanEdit : boolean
[Description("Specifies if the annotation can be edited in design time")]
public: __property bool get_CanEdit();
public: __property void set_CanEdit(
bool value
);
[Description("Specifies if the annotation can be edited in design time")]
public:
property bool CanEdit {
bool get();
void set ( bool value);
}
See Also