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