VLPropertyList Reference

MethodRemoveEditorParam

See Also See Also Applies To Applies To

Removes an editor specific parameter setting, previously stored with SetEditorParam.

 

Syntax

object.RemoveEditorParam(ByVal sParam As String)

 

The RemoveEditorParam method syntax has these parts:

PartDescription
object An object expression that evaluates to an object of CProperty type.
sParam A string expression uniquely identifying an editor parameter.

 

Remark

The method removes a string value previously stored corresponding to the specified parameter.