Gets or sets the group name for this automation object
public virtual string GroupName { get; set; }
Public Overridable Property GroupName As String
public virtual string GroupName {get; set;}
@property (nonatomic,copy) NSString* groupName;
public String getGroupName()
public void setGroupName(String value)
<br/>get_GroupName();<br/>set_GroupName(value);<br/>Object.defineProperty('GroupName');
public:
virtual property String^ GroupName
{
String^ get()
void set(String^ value)
}
The group name for this automation object. The default value is "Main".
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET