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