Skip to main content

TcxCustomEditProperties.ClickKey Property

Specifies a key combination to generate the OnButtonClick click event for the default button.

Declaration

property ClickKey: TShortCut read; write; default VK_RETURN + scCtrl;

Property Value

Type
TShortCut

Remarks

The OnButtonClick event is generated when a user clicks any button within an editor supported by the Buttons collection. Every button has the Default property. Setting it to True indicates that this button is the default. Only one button can have the Default property set to True at a time. When you press the key combination assigned to the ClickKey property the editor generates the OnButtonClick event for the default button.

The default value of the ClickKey property is Ctrl+Enter.

See Also