Enum SpeedColorButton.ClickActionKind
Enumerates possible actions when the user clicks on the button.
public enum SpeedColorButton.ClickActionKind
Fields
None = 2
No action is performed when button is clicked.
ShowDialog = 1
ColorDialog is shown when button is clicked.
ShowPopup = 0
Popup with ColorListBox is shown when button is clicked.