Previous Page | Next Page

SCL Methods for Automating OLE Objects under Windows

_DISABLE_DEFAULT_ACTION_



Disables the OLE object's default action.
Syntax
Details

Syntax

CALL NOTIFY(OLE-object-name,'_DISABLE_DEFAULT_ACTION_');


Details

This method prevents the default verb for an OLE object from executing when the object is double-clicked. By default, the default action is enabled.

Previous Page | Next Page | Top of Page