'Declaration <DescriptionAttribute("Indicates if the panel's DropDownControl can receive the focus.")> <CategoryAttribute("DropDown")> <DefaultValueAttribute(False)> Public Property DropDownAllowFocus As Boolean
'Usage Dim instance As WinPanel Dim value As Boolean instance.DropDownAllowFocus = value value = instance.DropDownAllowFocus
[Description("Indicates if the panel's DropDownControl can receive the focus.")] [Category("DropDown")] [DefaultValue(false)] public bool DropDownAllowFocus {get; set;}