VLPropertyList Reference

MethodGetEditorParam

See Also See Also Applies To Applies To

Gets an editor specific parameter, previously stored with SetEditorParam .

 

Syntax

object.GetEditorParam(ByVal sParam As String) 

 

The GetEditorParam 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 returns a string value previously stored corresponding to the specified parameter. If no value was previously stored for this parameter, a zero length string is returned.

GetEditorParam, when called from CProperty object, first looks up in the property's local parameter storage, if no value is not found in property's local storage then it will automatically look for the parameter value in the control level parameter storage.