|
VLPropertyList Reference
(For advanced usage)
|
||||
|
The method should be called by the editor implementor when editor needs to notify end of editing session and commit the current editor's value to the property being edited.
Syntax Public SubNotifyCommit(ByVal anEditor As CEditor )
The NotifyCommit method syntax has these parts:
Remarks Custom editor implementer must implement CEditor interface, and call NotifyCommit method of the listener when it wants the control to end an editing session and commit the new value. The following snippet of code shows how to use this method: Class CMyEditor:
|
||||
|
©2001-2004 Viklele Associates. All rights reserved. For new products and software updates check Viklele Associates. |