[Description("Indicates if the node is expanded.")] [Category("Appearance")] [DefaultValue(true)] [Browsable(true)] [MergableProperty(true)] [Localizable(false)] public bool Expanded {get; set;}
'Declaration <DescriptionAttribute("Indicates if the node is expanded.")> <CategoryAttribute("Appearance")> <DefaultValueAttribute(True)> <BrowsableAttribute(True)> <MergablePropertyAttribute(True)> <LocalizableAttribute(False)> Public Property Expanded As Boolean