This method of the IAccessibleDefault 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. |
setAccName(Variant,String) in IAccessible.