ButtonBase Class

The base class for button controls, including Button, RadioButton, and CheckBox objects.

Namespace: elsystem.windows.forms

Properties

  Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property FlatAppearance object Gets the appearance properties of a button. See FlatButtonAppearance.
Public property FlatStyle enum Gets or sets the style of the button. See FlatStyle for a list of values.
Public property Image object Gets or sets an image to be displayed on the button control.
Public property ImageAlign enum Gets or sets the alignment of the button image. See ContentAlignment for a list of values.
Public property TextAlign enum Gets or sets the alignment of the button control. See ContentAlignment for a list of values.
Public property UseCompatibleTextRendering bool True indicates that text rendering should be compatible with previous release of Windows Forms, otherwise False.