[Description("A value indicating whether the annotation can be selected.")] [DefaultValue(True)] public bool CanSelect { get; set; }
[Description("A value indicating whether the annotation can be selected.")] [DefaultValue(True)] public: __property bool get_CanSelect(); public: __property void set_CanSelect(
bool value
);
[Description("A value indicating whether the annotation can be selected.")] [DefaultValue(True)] public:
property bool CanSelect { bool get(); void set(bool value); }
'Declaration <DescriptionAttribute("A value indicating whether the annotation can be selected.")> <DefaultValueAttribute(True)> Public Property CanSelect As Boolean
Property Value
True - аннотацию можно выбрать в просмотрщике; false - аннотацию нельзя выбрать в просмотрщике.
Значение по умолчанию - True.
Значение по умолчанию - True.