GdPicture.NET.14
GdPicture14.Annotations Namespace / Annotation Class / CanComment Property





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