[]
Sets the specified graphic for a specified part of the user interface.
public void SetImage(int id, Image url)
Public Sub SetImage(id As Integer, url As Image)
Type | Name | Description |
---|---|---|
int | id | Unique identifier of the part of the user interface |
Image | url | Image object that contains the graphic image |