groupName Property

Summary

Gets or sets the group name for this automation object

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnAutomationObject.prototype, 'groupName', 
	get: function(), 
	set: function(value) 
) 
groupName: string; 

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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.