In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations.Annotation / CanEdit Property

CanEdit Property (Annotation)

In This Topic
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

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations.Annotation
Annotation Members