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