HippoEDIT Wiki HippoEDIT Wiki
  • Tools
    • Site Tools
    • Recent Changes
    • Media Manager
    • Sitemap
    • Page Tools
    • Edit this page
    • Old revisions
    • Backlinks
    • Rename Page
    • Add to book
    • Back to top
  • Log In

  1. You are here
  2. Creating Tool or Service Script
  3. API
  4. IDialogControl
  5. Name

scripting:api:dialog-control:name

Contents

Contents

  • Overview
  • Screenshots
  • Display
  • Editing
  • Options
  • Tools
  • Plugins
  • Scripting
  • XML Flags

Indexes

  • A-Z
  • Subjects
  • Tags
  • FAQ

Documentation

  • Help
  • Syntax

more

  • HippoEDIT.com
  • Whats New
  • Download
  • Forum
  • Edit this page
  • Backlinks
  • Rename Page
  • Add to book
  • Share on ...
  • Google+
  • Twitter
  • LinkedIn
  • Facebook
  • Pinterest
  • Telegram

Name

Property of IDialogControl

Description

Returns control name

Property type

Read-Only Property of type BSTR

Syntax

JavaScript

var sName = DialogControl.Name;

Visual Basic Script

sName = DialogControl.Name

C++

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

See Also

IDialogControl

HippoEDIT Wiki

HippoEDIT Wiki