[]
        
(Showing Draft Content)

C1.Win.Input.ButtonsSettings

ButtonsSettings Class

Exposes settings the buttons for text editor.

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

Constructors

Name Description
ButtonsSettings(bool, bool, bool, bool)

Initializes a new instance of the ButtonsSettings class.

Properties

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.

Methods

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