'Declaration <DescriptionAttribute("A value indicating whether annotation is highlighted.")> Public Property IsHighlighted As Boolean
[Description("A value indicating whether annotation is highlighted.")] public bool IsHighlighted { get; set; }
[Description("A value indicating whether annotation is highlighted.")] public: __property bool get_IsHighlighted(); public: __property void set_IsHighlighted(
bool value
);
Property Value
true - аннотация выделена; false - аннотация не выделена.