TcxShellListViewOptions.AutoExecute Property
Specifies if the Shell List View control can launch the default application associated with a file type.
Declaration
property AutoExecute: Boolean read; write; default True;
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | True |
|
Remarks
Set the AutoExecute property to False to prevent the default applications from being launched for all file shell items. If you need to prevent the default applications from being launched only for specific shell items, handle the Shell List View control’s OnExecuteItem event.
Note
The AutoExecute property has no effect if the AutoNavigate property is set to False.
Default Value
The AutoExecute property’s default value is True.
See Also