AddTags Method

Summary

Adds a list of tags to the property grid.

Syntax
C#
VB
C++
public void AddTags( 
   List<long> Tags 
) 
Public Sub AddTags( _ 
   ByVal Tags As List(Of Long) _ 
)  
public:  
   void AddTags( 
      List<Int64>^ _Tags 
   ) 

Parameters

Tags
The list of tags to add.

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly