[]
        
(Showing Draft Content)

C1.Win.Input.ButtonSettingsBase

ButtonSettingsBase Class

Exposes base properties of the button for text editor.

Inheritance
ButtonSettingsBase
Namespace: C1.Win.Input
Assembly: C1.Win.Input.8.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public abstract class ButtonSettingsBase : INotifyPropertyChanged

Constructors

Name Description
ButtonSettingsBase(bool)

Initializes a new instance of the ButtonSettingsBase class.

Properties

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.

Methods

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()