====== AddAutoCorrection ======
Method of [[:scripting:api:application:start|IApplication]]
===== Description =====
Add auto correction item
===== Parameters =====
* [[scripting:api:data-type:BSTR|BSTR]] **strFrom**
* [[scripting:api:data-type:BSTR|BSTR]] **strTo**
* [[scripting:api:data-type:BSTR|BSTR]] **strLanguage**
===== Syntax =====
==== JavaScript ====
Application.AddAutoCorrection(strFrom, strTo, strLanguage);
==== Visual Basic Script ====
Application.AddAutoCorrection strFrom, strTo, strLanguage
==== C++ ====
HRESULT hr = Application.AddAutoCorrection(strFrom, strTo, strLanguage);
===== See Also =====
[[:scripting:api:application:start|IApplication]]
~~NOTOC~~