VLPropertyList Reference

MethodInit

(For advanced usage)
See Also See Also Applies To Applies To

VLPropertyList control will call this method when an editor is registered.

Editor implementer typically use this method to create window resources needed by the editor.

 

Syntax

0bject.Init(ByVal hParentWnd As Long)

 

The Init method syntax has these parts:

PartDescription
object An object expression evaluating to an object of CEditor type.
hParentWnd A long expression value specifying a window handle that has become the editor's parent window.