scripting:api:dialog-control:name

Name

Property of IDialogControl

Returns control name

Read-Only Property of type BSTR

var sName = DialogControl.Name;
sName = DialogControl.Name
BSTR sName;
HRESULT hr = DialogControl.get_Name(&sName);