VLPropertyList Reference

MethodUnRegisterEditor

See Also See Also Applies To Applies To

The method allows to remove the editors added using method RegisterEditor.

 

Syntax

object.UnRegisterEditor (ByVal Key As String )

 

The UnRegisterEditor method syntax has these parts:

PartDescription
object An object expression that evaluates to a VLPropertyList.
Key An unique string expression that identifies a registered editor.

 

Remarks

It removes editor added using RegisterEditor method. Every registered editor must be unregistered using this method.