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

Selected Property (Annotation)

In This Topic
Syntax
'Declaration

 

<DescriptionAttribute("Specifies if the annotation is selected")>

Public ReadOnly Property Selected As Boolean
[Description("Specifies if the annotation is selected")]

public bool Selected {get;}
public read-only property Selected: Boolean; 
DescriptionAttribute("Specifies if the annotation is selected")

public function get Selected : boolean
[Description("Specifies if the annotation is selected")]

public: __property bool get_Selected();
[Description("Specifies if the annotation is selected")]

public:

property bool Selected {

   bool get();

}
See Also

Reference

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