'Declaration <DescriptionAttribute("A value indicating whether this comment is read-only in user interface.")> <CategoryAttribute("Appearance")> Public MustOverride Property IsReadOnly As Boolean
[Description("A value indicating whether this comment is read-only in user interface.")] [Category("Appearance")] public abstract bool IsReadOnly { get; set; }
Property Value
True if this comment is read-only in user interface; otherwise, false.