Previous Page | Next Page

SCL Methods for Automating OLE Objects under Windows

_ENABLE_DEFAULT_ACTION_



Enables the OLE object's default action.
Syntax
Details

Syntax

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


Details

This method enables the default verb for an OLE object to execute when the object is double-clicked. By default, the default action is enabled.

Previous Page | Next Page | Top of Page