TdxGalleryControlOptionsBehavior.SelectOnRightClick Property
In This Article
Specifies if right-clicking a gallery item modifies the current selection.
#Declaration
Delphi
property SelectOnRightClick: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Set this property to True to allow end-users to change the current selection by right-clicking gallery items. Otherwise, right-clicks are ignored.
The following table shows how right-clicks modify the selection based on the ItemCheckMode and ItemMultiSelectKind property values.
Item |
Description |
---|---|
icm |
Right-clicking the currently selected item does not deselect it. If the Item |
icm |
Right-clicking an item selects it and deselects the previously selected item. |
icm |
Right-clicks do nothing due to disabled item selection. |
Right-clicks combined with the Shift or Ctrl key do not change the selection.
The default value of the SelectOnRightClick property is False.
See Also