Selected Property (Annotation)
In This Topic
Specifies if the annotation is selected.
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