====== Name ====== Property of [[:scripting:api:dialog-control:start|IDialogControl]] ===== Description ===== Returns control name ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:BSTR|BSTR]]** ===== Syntax ===== ==== JavaScript ==== var sName = DialogControl.Name; ==== Visual Basic Script ==== sName = DialogControl.Name ==== C++ ==== BSTR sName; HRESULT hr = DialogControl.get_Name(&sName); ===== See Also ===== [[:scripting:api:dialog-control:start|IDialogControl]] ~~NOTOC~~