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