 | ImageList Class |
The ImageList class contains a list of ImageItems.
Inheritance HierarchySystemObject System.Collections.GenericListImageItem Tekla.Structures.Dialog.UIControlsImageList
Namespace:
Tekla.Structures.Dialog.UIControls
Assembly:
Tekla.Structures.Dialog (in Tekla.Structures.Dialog.dll) Version: 2025.0.0-alpha00045580+dc02c3918546f1e94eb2d3b13ea99057fb3313e0
Syntax[SerializableAttribute]
public class ImageList : List<ImageItem>
<SerializableAttribute>
Public Class ImageList
Inherits List(Of ImageItem)
The ImageList type exposes the following members.
Constructors|
| Name | Description |
|---|
 | ImageList | Initializes a new instance of the ImageList class |
Top
See Also