'Declaration <DescriptionAttribute("A value indicating whether the annotation can be selected.")> <DefaultValueAttribute(True)> Public Overridable Property CanSelect As Boolean
[Description("A value indicating whether the annotation can be selected.")] [DefaultValue(True)] public virtual bool CanSelect { get; set; }
[Description("A value indicating whether the annotation can be selected.")] [DefaultValue(True)] public: __property virtual bool get_CanSelect(); public: __property virtual void set_CanSelect(
bool value
);
[Description("A value indicating whether the annotation can be selected.")] [DefaultValue(True)] public:
virtual property bool CanSelect { bool get(); void set(bool value); }