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 eEditorType As vlEditorType,ByVal sParam As String) As String

 

The RemoveEditorParam method syntax has these parts:

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

 

Remark

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