Icons Property

Summary

Gets or sets the icon array that can be used to customize each icon.

Syntax
C#
VB
C++
public MedicalViewerIcon[] Icons { get; } 
  
Public ReadOnly Property Icons As MedicalViewerIcon() 
            public: 
property array<MedicalViewerIcon^>^ Icons { 
   array<MedicalViewerIcon^>^ get(); 
} 

Property Value

Icon array that can be used to customize each icon.

Remarks

The array contains 8 members.

Example

For an example, refer to MedicalViewerIcon

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.MedicalViewer Assembly