[]
        
(Showing Draft Content)

C1.Win.Input.UpDownButtonSettings

UpDownButtonSettings Class

Exposes properties of the Up and Down buttons for text editor.

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

Constructors

Name Description
UpDownButtonSettings(bool)

Initializes a new instance of the UpDownButtonSettings class.

Properties

Name Description
Alignment

Gets or sets the alignment of the UpDown buttons.

DownIcon

Gets or sets the C1Icon that is displayed on the Down button.

DownImage

Gets or sets the image that is displayed on the Down button.

InterceptKeys

Determines if the up/down buttons intercept and handle Up and Down arrow keys.

UpIcon

Gets or sets the C1Icon that is displayed on the Up button.

UpImage

Gets or sets the image that is displayed on the Up button.