Why the UIEnable Event Does Not Exist for All Controls

Last reviewed: September 28, 1995
Article ID: Q137441
The information in this article applies to:
  • Microsoft Visual FoxPro for Windows, version 3.0

SUMMARY

The UIEnable event does not occur for the Column, Custom, Form, Header, OptionButton, Page, _SCREEN, Timer, and ToolBar objects.

MORE INFORMATION

You can use the UIEnable event to specify user interface actions that should occur for an object or control when the Page control that contains it is activated or deactivated. There are three reasons a class of object does not contain this event:

  • The class of object depends on its container object. This is the case with Column, Header, OptionButton, and Page controls, which are dependent, respectively, on the Grid, Column, OptionGroup, and PageFrame controls. The UIEnable event goes to the container for these objects.
  • The class of object has no user interface. This is the case with the Custom and Timer objects. They have no user interface, so they do not receive UIEnable event notification.
  • The class of object can not be contained within a page. This is the case with Form, _SCREEN, and Toolbar objects.


Additional reference words: 3.00 VFoxWin
KBCategory: kbprg
KBSubcategory: FxprgClassoop


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: September 28, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.