The aboutToCloseWidget event signals that the part is about to be closed.
The aboutToMapWidget event signals that the part is about to be shown on the screen. If you need to take any actions or set any visual attributes on the part before it is shown, connect to this event. If you hide and show the part rather than closing and opening it (typically for performance reasons), you can use this event to refresh the part data before it appears.
The aboutToOpenWidget event signals that the part is about to be opened. This event is signaled just before the part is displayed on the screen.
The aboutToUnmapWidget event signals that the part is about to be hidden.
An ambientPropertyReceiver event indicates the object to be queried (by sending the message specified by the
ambientPropertySelector attribute) to answer ambient property values for an OLE Control has changed.
An ambientPropertySelector event indicates the message to be sent (to the object specified by the
ambientPropertyReceiver) to answer ambient property values for an OLE Control has changed.
The backgroundColor event signals the part that the background color has changed.
The borderWidth event signals the part that the width of the border, specified in pixels, has changed.
A clientName event indicates a change in the OLE class for the OLE object contained in the part.
A clientUserName event indicates a change in the string containing a user-presentable identification for an OLE object.
The closedWidget event signals that the part has been closed.
The configuredWidget event signals that the part has been moved or resized.
The destroyPart event indicates the part and its children have been destroyed and all associated resources have been released.
The enabled event signals that the part is available for selection.
An enableVerbsMenu event indicates that a popup menu containing the valid verbs for the contained OLE object is automatically hooked to the OLE Control or OLE Client part.
The fontName event signals the part which font to use for the text displayed in the part.
The foregroundColor event signals the part the name of the RGB color, to use, for the foreground of the part.
The framingSpec event signals the part that the edge specifications for the part have changed. The edge specifications determine the width, height, and position of the part.
A helpFile event indicates that a signal is sent to the part that the help file associated with the part has changed
A helpKeysId event indicates that the ID of the keys, help has associated with the part, has changed. The ID can be a string or an integer value.
The helpRequested event signals that help has been requested. You can connect the
helpRequested event to an action that displays your own help, such as a message box. If the action you connect this event to does not return
nil, default help processing occurs, using the specified help file and help topic.
A helpTitle event signals the part that the title of the help window associated with that part has changed
The helpTopicId event signals a change in the ID of the help topic associated with the part. The ID can be a string or an integer.
A licenseKey event signals that the licensing key to be used when creating an OCX has changed. If the license key is nil, an OCX is created without attempting to license it. This results in failure if licensing is required. The
licenseKey attribute cannot be changed after an OLE Control is created.
The mappedWhenManaged event signals the part to be visible if the
mappedWhenManaged attribute has been set to true.
The mappedWidget event signals that the part has been shown on the screen.
A menu event signals that a change in which menu part to use, as the parts menu bar or pop-up menu, has occurred.
An oleWidget event indicates that the widget for the OLE Client part has changed.
The openedWidget event signals that the part has been opened and displayed on the screen.
A self event indicates that the value of the target part itself has changed.
A tabGroup event signals the part that it is included as a tab stop and can be accessed via the Tab or Backtab keys
The traversalOn property specifies whether users can access the part using the cursor movement keys. If the part is specified as a tab stop by using the
tabGroup property, users also can use the
Tab and
Backtab keys to access the part.
The unmappedWidget event signals that the part is about to be hidden.
A verbs event indicates a change in the array containing the OLE verbs supported by the OLE object.
Copyright 2005, 2019 Instantiations, Inc. All rights reserved.