←Select platform

Name Property

Summary

Gets or sets the name of this AnnAutomationObject.

Syntax

C#
VB
C++
public virtual string Name { get; set; } 
  
Public Overridable Property Name As String 
public: 
virtual property String^ Name { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A string value that represents the name of this AnnAutomationObject.

Remarks

This is the name of the annotation object with which this automation object is associated. This value is used by the automation framework to display the name of the object in places such as the property page and the context menu.

Example

For an example, refer to AnnAutomationManager.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly