3 types derived from ButtonBase
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Button.cs (1)
37
public class Button :
ButtonBase
, IButtonControl {
winforms\Managed\System\WinForms\CheckBox.cs (1)
44
public class CheckBox :
ButtonBase
{
winforms\Managed\System\WinForms\RadioButton.cs (1)
46
public class RadioButton :
ButtonBase
{
32 references to ButtonBase
System.Windows.Forms (32)
winforms\Managed\System\WinForms\Button.cs (1)
292
/// Raises the <see cref='System.Windows.Forms.
ButtonBase
.OnMouseUp'/> event.
winforms\Managed\System\WinForms\ButtonBase.cs (10)
66
/// Initializes a new instance of the <see cref='System.Windows.Forms.
ButtonBase
'/> class.
788
/// Raises the <see cref='System.Windows.Forms.
ButtonBase
.OnGotFocus'/> event.
800
/// Raises the <see cref='System.Windows.Forms.
ButtonBase
.OnLostFocus'/> event.
916
/// Raises the <see cref='System.Windows.Forms.
ButtonBase
.OnMouseUp'/> event.
1066
/// Raises the <see cref='System.Windows.Forms.
ButtonBase
.OnKeyDown'/> event.
1095
/// Raises the <see cref='System.Windows.Forms.
ButtonBase
.OnKeyUp'/> event.
1126
/// Raises the <see cref='System.Windows.Forms.
ButtonBase
.OnPaint'/> event.
1346
((
ButtonBase
)Owner).OnClick(EventArgs.Empty);
1354
ButtonBase
owner = (
ButtonBase
) Owner;
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (3)
29
private
ButtonBase
control;
34
internal ButtonBaseAdapter(
ButtonBase
control) {
38
protected
ButtonBase
Control {
winforms\Managed\System\WinForms\ButtonInternal\ButtonFlatAdapter.cs (1)
23
internal ButtonFlatAdapter(
ButtonBase
control) : base(control) {}
winforms\Managed\System\WinForms\ButtonInternal\ButtonPopupAdapter.cs (1)
22
internal ButtonPopupAdapter(
ButtonBase
control) : base(control) {}
winforms\Managed\System\WinForms\ButtonInternal\ButtonStandardAdapter.cs (1)
27
internal ButtonStandardAdapter(
ButtonBase
control) : base(control) {}
winforms\Managed\System\WinForms\ButtonInternal\CheckableControlBaseAdapter.cs (1)
23
internal CheckableControlBaseAdapter(
ButtonBase
control) : base(control) {}
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxBaseAdapter.cs (1)
33
internal CheckBoxBaseAdapter(
ButtonBase
control) : base(control) {}
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxFlatAdapter.cs (1)
18
internal CheckBoxFlatAdapter(
ButtonBase
control) : base(control) {}
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxPopupAdapter.cs (1)
21
internal CheckBoxPopupAdapter(
ButtonBase
control) : base(control) {}
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxStandardAdapter.cs (1)
19
internal CheckBoxStandardAdapter(
ButtonBase
control) : base(control) {}
winforms\Managed\System\WinForms\ButtonInternal\RadioButtonBaseAdapter.cs (1)
20
internal RadioButtonBaseAdapter(
ButtonBase
control) : base(control) {}
winforms\Managed\System\WinForms\ButtonInternal\RadioButtonFlatAdapter.cs (1)
20
internal RadioButtonFlatAdapter(
ButtonBase
control) : base(control) {}
winforms\Managed\System\WinForms\ButtonInternal\RadioButtonPopupAdapter.cs (1)
18
internal RadioButtonPopupAdapter(
ButtonBase
control) : base(control) {}
winforms\Managed\System\WinForms\ButtonInternal\RadioButtonStandardAdapter.cs (2)
18
internal RadioButtonStandardAdapter(
ButtonBase
control) : base(control) {}
73
ButtonBase
b = Control;
winforms\Managed\System\WinForms\CheckBox.cs (1)
639
/// Raises the <see cref='System.Windows.Forms.
ButtonBase
.OnMouseUp'/> event.
winforms\Managed\System\WinForms\FlatButtonAppearance.cs (2)
20
private
ButtonBase
owner;
28
internal FlatButtonAppearance(
ButtonBase
owner) {
winforms\Managed\System\WinForms\PropertyGridInternal\DropDownButton.cs (1)
154
internal DropDownButtonAdapter(
ButtonBase
control) : base(control) {}
winforms\Managed\System\WinForms\RadioButton.cs (1)
566
/// Raises the <see cref='System.Windows.Forms.
ButtonBase
.OnMouseUp'/> event.