VLPropertyList Reference

MethodLoadObjectProperties

See Also See Also Applies To Applies To

This method adds the properties of an object in the VLPropertyList object. Properties of the multiple objects can also be loaded without clearing or deleting the previously loaded properties.

Doesn't load the properties of VB's intrinsic controls as they do not expose IDispatch interface.

 

Syntax

object.LoadObjectProperties (aVBobject Asobject, Optional ByVal bClearAs Boolean= True, Optional ByVal bAutoUpdate AsBoolean = True) As Boolean

 

The LoadObjectProperties method syntax has these parts:

PartDescription
object An object expression that evaluates to a VLPropertyList.
aVBobject An object expression of which the properties are to be loaded.
bClearPrevious An object expression specifies to clear or not the already present properties in the VLPropertyList.
bAutoUpdate An object expression specifies to update or not the object if the value of the properties change.