The ARIA Custom Attributes property can be used to set any ARIA Attribute for a control.
These can be set programatically via the controls
interface using:
addAriaCustomAttribute(name, value)
removeAriaCustomAttribute(name)
setAriaCustomAttributes(ariaCustomAttibutes)