[]
Exposes base properties of the button for text editor.
[TypeConverter(typeof(ExpandableObjectConverter))]
public abstract class ButtonSettingsBase : INotifyPropertyChanged
| Name | Description |
|---|---|
| ButtonSettingsBase(bool) | Initializes a new instance of the ButtonSettingsBase class. |
| Name | Description |
|---|---|
| Enabled | Gets or sets a value indicating whether the button can respond to user interaction. |
| Visible | Gets or sets a value indicating whether the button are displayed. |
| Width | Gets or sets the width of the button. |
| Name | Description |
|---|---|
| OnPropertyChanged(string) | Fires the C1.Win.Input.ButtonSettingsBase.PropertyChanged event. |
| ResetVisible() | Restores the default value of the Visible property. |
| ShouldSerializeVisible() | Specifies whether to save the value of the Visible property. |
| ToString() |