set_suggested_name#

WrapperControl.set_suggested_name(name)#

Sets the unique name for the wrapper control based on the given suggested name.

Parameters:
namestr

Suggested name for the wrapper control.

Returns:
SetNameResults

Returns the results with assigned name of the wrapper control.

Return type:

SetNameResults

Examples

>>> wrapper_control.set_suggested_name("wrapper_control1")