'Declaration <DescriptionAttribute("A value indicating whether annotation is highlighted.")> Public Overrides Property IsHighlighted As Boolean
[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;
Property Value
true - аннотация выделена; false - аннотация не выделяется.