'Declaration <DescriptionAttribute("The state of the ToolWindow.")> <CategoryAttribute("Appearance")> Public Property State As ToolWindowState
'Usage Dim instance As ToolWindow Dim value As ToolWindowState instance.State = value value = instance.State
[Description("The state of the ToolWindow.")] [Category("Appearance")] public ToolWindowState State {get; set;}