[]
Gets one of the predefined images representing the specified action.
public static Image GetImage(ImageSetEnum imageSet, C1PreviewActionEnum action)
Type | Name | Description |
---|---|---|
ImageSetEnum | imageSet | The image set to use. |
C1PreviewActionEnum | action | The action to return the image for. |
Type | Description |
---|---|
Image | The image from the specified image set representing the specified action, or null if the action has no corresponding image. |