The members of System.Windows.Forms.ButtonBase are listed below.
See Also: Inherited members from System.Windows.Forms.Control
Initializes a new instance of the System.Windows.Forms.ButtonBase class. |
AutoEllipsis | bool.
Gets or sets a value indicating whether the ellipsis character (...) appears at the right edge of the control, denoting that the control text extends beyond the specified length of the control. | |
override | AutoSize | bool.
Gets or sets a value that indicates whether the control resizes based on its contents. |
override | BackColor | System.Drawing.Color.
Gets or sets the background color of the control. |
[read-only] | FlatAppearance | FlatButtonAppearance.
Gets the appearance of the border and the colors used to indicate check state and mouse state. |
FlatStyle | FlatStyle.
Gets or sets the flat style appearance of the button control. | |
Image | System.Drawing.Image.
Gets or sets the image that is displayed on a button control. | |
ImageAlign | System.Drawing.ContentAlignment.
Gets or sets the alignment of the image on the button control. | |
ImageIndex | int.
Gets or sets the image list index value of the image displayed on the button control. | |
ImageKey | string.
Gets or sets the key accessor for the image in the ButtonBase.ImageList. | |
ImageList | ImageList.
Gets or sets the System.Windows.Forms.ImageList that contains the System.Drawing.Image displayed on a button control. | |
ImeMode | ImeMode.
Gets or sets the Input Method Editor (IME) mode supported by this control. This property is not relevant for this class. | |
override | Text | string. Documentation for this section has not yet been entered. |
TextAlign | System.Drawing.ContentAlignment.
Gets or sets the alignment of the text on the button control. | |
TextImageRelation | TextImageRelation.
Gets or sets the position of text and image relative to each other. | |
UseCompatibleTextRendering | bool.
Gets or sets a value that determines whether to use the System.Drawing.Graphics class (ndptecgdiplus) or the System.Windows.Forms.TextRenderer class (ndptecgdi) to render text. | |
UseMnemonic | bool.
Gets or sets a value indicating whether the first character that is preceded by an ampersand (&) is used as the mnemonic key of the control. | |
UseVisualStyleBackColor | bool.
Gets or sets a value that determines if the background is drawn using visual styles, if supported. |
[read-only] override | CreateParams | CreateParams. Documentation for this section has not yet been entered. |
[read-only] override | DefaultImeMode | ImeMode.
Gets the default Input Method Editor (IME) mode supported by this control. |
[read-only] override | DefaultSize | System.Drawing.Size. Documentation for this section has not yet been entered. |
IsDefault | bool.
Gets or sets a value indicating whether the button control is the default button. |
override | GetPreferredSize(System.Drawing.Size)
|
override | CreateAccessibilityInstance()Documentation for this section has not yet been entered. | |
override | Dispose(bool)
| |
override | OnEnabledChanged(EventArgs)Documentation for this section has not yet been entered. | |
override | OnGotFocus(EventArgs)
| |
override | OnKeyDown(KeyEventArgs)
| |
override | OnKeyUp(KeyEventArgs)
| |
override | OnLostFocus(EventArgs)
| |
override | OnMouseDown(MouseEventArgs)
| |
override | OnMouseEnter(EventArgs)
| |
override | OnMouseLeave(EventArgs)
| |
override | OnMouseMove(MouseEventArgs)
| |
override | OnMouseUp(MouseEventArgs)
| |
override | OnPaint(PaintEventArgs)
| |
override | OnParentChanged(EventArgs)Documentation for this section has not yet been entered. | |
override | OnTextChanged(EventArgs)Documentation for this section has not yet been entered. | |
override | OnVisibleChanged(EventArgs)Documentation for this section has not yet been entered. | |
ResetFlagsandPaint()
| ||
override | WndProc(ref Message)Documentation for this section has not yet been entered. |
AutoSizeChanged |
Occurs when the value of the ButtonBase.AutoSize property changes. | |
ImeModeChanged |
Occurs when the ButtonBase.ImeMode property is changed. This event is not relevant for this class. |