'Declaration <DescriptionAttribute("Indicates if the entire content of the textbox should be selected when it gets focus.")> <CategoryAttribute("Behavior")> <DefaultValueAttribute(False)> Public Property SelectOnFocus As Boolean
'Usage Dim instance As TextBoxArea Dim value As Boolean instance.SelectOnFocus = value value = instance.SelectOnFocus
[Description("Indicates if the entire content of the textbox should be selected when it gets focus.")] [Category("Behavior")] [DefaultValue(false)] public bool SelectOnFocus {get; set;}