Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxAlertWindowOptionsBehavior.CloseOnRightClick Property

Specifies whether right-clicking an alert window closes it.

#Declaration

Delphi
property CloseOnRightClick: Boolean read; write; default dxAlertWindowDefaultCloseOnRightClick;

#Property Value

Type Default
Boolean dxAlertWindowDefaultCloseOnRightClick

#Remarks

Set this property to True to let end-users close an alert window by right-clicking it. Otherwise, right-clicks on an alert window are ignored.

Note

Right-clicking an alert window does not fire an alert window manager’s OnClick event, regardless of the CloseOnRightClick property value.

The default value of the CloseOnRightClick property is specified by the dxAlertWindowDefaultCloseOnRightClick global constant.

See Also