Next Previous Up Top Contents Index

7.3 The OLE-CONTROL-FRAMEWORK module

freeze-UI?

Function

Summary

When this function returns true, the control should ignore user input events.

Signature

freeze-UI? obj => frozen? 

Arguments

obj
An instance of <OLE-control-framework>.

Values

frozen?
An instance of <boolean>.

Library

OLE-Control-Framework

Module

OLE-Control-Framework

Description

When this function returns true, the control should ignore user input events such as mouse clicks. (This corresponds to the ambient property $DISPID-AMBIENT-UIDEAD.)


OLE, COM, ActiveX and DBMS Reference - 31 MAR 2000

Next Previous Up Top Contents Index