[]
Exposes settings the buttons for text editor.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ButtonsSettings : INotifyPropertyChanged
Name | Description |
---|---|
ButtonsSettings(bool, bool, bool, bool) | Initializes a new instance of the ButtonsSettings class. |
Name | Description |
---|---|
CustomButton | Gets the properties of the Custom button. |
DropDownButton | Gets the properties of the DropDown button. |
ModalButton | Gets the properties of the Modal button. |
UpDownButton | Gets the properties of the UpDown buttons. |
Name | Description |
---|---|
OnPropertyChanged(string) | Fires the PropertyChanged event. |
ResetCustomButton() | Restores the default value of the CustomButton property. |
ResetDropDownButton() | Restores the default value of the DropDownButton property. |
ResetModalButton() | Restores the default value of the ModalButton property. |
ResetUpDownButton() | Restores the default value of the UpDownButton property. |
ShouldSerializeCustomButton() | Specifies whether to save the value of the CustomButton property. |
ShouldSerializeDropDownButton() | Specifies whether to save the value of the DropDownButton property. |
ShouldSerializeModalButton() | Specifies whether to save the value of the ModalButton property. |
ShouldSerializeUpDownButton() | Specifies whether to save the value of the UpDownButton property. |
ToString() |