TdxAlertWindowOptionsBehavior.CloseOnRightClick Property
In This Article
Specifies whether right-clicking an alert window closes it.
#Declaration
Delphi
property CloseOnRightClick: Boolean read; write; default dxAlertWindowDefaultCloseOnRightClick;
#Property Value
Type | Default |
---|---|
Boolean | dx |
#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 On
The default value of the CloseOnRightClick property is specified by the dxAlertWindowDefaultCloseOnRightClick global constant.
See Also