TdxAlertWindowOptionsBehavior.CloseOnRightClick Property
Specifies whether right-clicking an alert window closes it.
Declaration
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