FlexLabel.SetImage Method
| Explanation | Sets the image list used to display the cell icon. Display example If the icon displayed is larger than the row height, it will be scaled down while maintaining the aspect ratio. | |
| Call format | FlexLabel1.SetImage( img ) | |
| Return value | None | |
| Arguments | ImageList img | ImageList object that holds the image list you want to display |
| Exception | None | |
| Example of use | | |
| Related item | Icon property ResetImage method ImageList class | |
