←Select platform

GroupName Property

Summary

Gets or sets the group name for this automation object

Syntax
C#
VB
Objective-C
C++
Java
public virtual string GroupName { get; set; } 
Public Overridable Property GroupName As String 
@property (nonatomic,copy) NSString* groupName; 
public String getGroupName() 
public void setGroupName(String value) 
public:  
   virtual property String^ GroupName 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The group name for this automation object. The default value is "Main".

Remarks

GroupName can be used to categorize automation objects into groups. For example, "Basic Drawing Shapes", "Medical" and "Document" annotations. This can be used by the user interface as the name for the toolbar for example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly