'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, если этот комментарий открыт в пользовательском интерфейсе; в противном случае, false.