[]
Exposes properties of the Up and Down buttons for text editor.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class UpDownButtonSettings : ButtonSettingsBase, INotifyPropertyChanged
Name | Description |
---|---|
UpDownButtonSettings(bool) | Initializes a new instance of the UpDownButtonSettings class. |
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. |