This method of the IAccessible Interface sets the name of a child object.
public void setAccName(Variant varChild, String pszName);
varChild | A value that identifies the child object whose name is set by this method. |
pszName | The child object's new name. |