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