PROPOPTIONS event (PropertyGrid)
Description
Fired when the user has clicked a property item Options button.
Syntax
bForward = PROPOPTIONS( CtrlEntID, CtrlClassID, PropertyName, PropertyValue )
Parameters
Name | Description |
---|---|
ctrlEntID | Fully qualified name of the Property Grid receiving the event. |
ctrlClassID | Type of control receiving the event. In this case "PROPERTYGRID". |
PropertyName | Name of the property item that has clicked. |
PropertyValue | Current value of the property item that has been clicked. |
Returns
TRUE$ or FALSE$. If FALSE$, the program execution returns to the calling procedure. If TRUE$, the event processing goes to the next level.
Remarks
The usual response to this event would be to display a dialog box to allow the user to choose a new value. This should be used for editing complex property items.
See Also
N/A