VLPropertyList Reference

MethodShowEditorDialog

See Also See Also Applies To Applies To

This event is triggered when user attempts to edit a property having EditorType set to vlCustomDialog .

 

Syntax

Private Sub> object_ShowEditorDialog (ByValaProperty As CProperty,ByRef PropValue As Variant)

 

The ShowEditorDialog event syntax has these parts:

PartDescription
object An object expression that evaluates to a VLPropertyList.

aProperty

An object which evaluates to the CProperty, specifies the current property.

PropValue

A variant specifies the current property value. This value is passed by reference. User has to set this value, to modify the Property value.

 

Remarks

Dialog shown in this event, must be a modal dialog, so that the control cannot get the focus back till editing is over.

Author of the editor should modify the PropValue parameter to reflect the changes in property value when the editing session is successfully getting over.