'Declaration <DescriptionAttribute("Indicates if the row is indented.")> <CategoryAttribute("Appearance")> <ApplyToDesignerAttribute(True)> Public Property Indented As Boolean
[Description("Indicates if the row is indented.")] [Category("Appearance")] [ApplyToDesigner(true)] public bool Indented {get; set;}