[Description("A value indicating whether annotation is highlighted.")] public override bool IsHighlighted { get; set; }
[Description("A value indicating whether annotation is highlighted.")] public: __property bool get_IsHighlighted(); override; public: __property void set_IsHighlighted(
bool value
); override;
[Description("A value indicating whether annotation is highlighted.")] public:
property bool IsHighlighted { bool get() override;; void set(bool value) override;; }
'Declaration <DescriptionAttribute("A value indicating whether annotation is highlighted.")> Public Overrides Property IsHighlighted As Boolean
Property Value
true - annotation is highlighted; false - annotation is not highlighted.