'Declaration <DescriptionAttribute("Indicates if the control should completely occupy the cell.")> <CategoryAttribute("Appearance")> Public Property FitSizeToCell As Boolean
'Usage Dim instance As CheckBoxEditor Dim value As Boolean instance.FitSizeToCell = value value = instance.FitSizeToCell
[Description("Indicates if the control should completely occupy the cell.")] [Category("Appearance")] public bool FitSizeToCell {get; set;}