'Declaration <DefaultValueAttribute(False)> <CategoryAttribute("Behavior")> <RefreshPropertiesAttribute(Repaint)> <DescriptionAttribute("A value indicating whether annotation cannot interact with the user.")> Public Overrides Property IsReadOnly As Boolean
[DefaultValue(False)] [Category("Behavior")] [RefreshProperties(Repaint)] [Description("A value indicating whether annotation cannot interact with the user.")] public override bool IsReadOnly { get; set; }
[DefaultValue(False)] [Category("Behavior")] [RefreshProperties(Repaint)] [Description("A value indicating whether annotation cannot interact with the user.")] public: __property bool get_IsReadOnly(); override; public: __property void set_IsReadOnly(
bool value
); override;
[DefaultValue(False)] [Category("Behavior")] [RefreshProperties(Repaint)] [Description("A value indicating whether annotation cannot interact with the user.")] public:
property bool IsReadOnly { bool get() override;; void set(bool value) override;; }