7 references to CustomButton
DesignSurface (7)
CustomControls\CustomButtonDesignerActionList.cs (5)
13
private readonly
CustomButton
_control;
19
_control = component as
CustomButton
;
39
CustomButton
control = _control;
53
PropertyDescriptor dockProp = TypeDescriptor.GetProperties(Component)[nameof(
CustomButton
.BackColor)];
95
throw new ArgumentException($"Property {propertyName} not found in {nameof(
CustomButton
)}");
MainForm.cs (2)
130
CustomButton
b2 = surface.CreateControl<
CustomButton
>(new Size(200, 40), new Point(172, 200));