Class ButtonBase
Implements the basic functionality common to button controls.
public abstract class ButtonBase : Control, IBaseObject, IDisposableObject, ISupportInitialize, IFocusable, ITextProperty, IComponent, IControl, IDisposable, IWin32Window, INotifyDataErrorInfo
- Inheritance
-
ButtonBase
- Implements
- Derived
Properties
- ClickAction
Gets or sets Action which will be executed when this control is clicked by the user.
- HasBorder
Gets or sets a value indicating whether the control has a border.
- Text
Gets or sets the text displayed on this button.