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