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