[]
Gets one of the predefined images representing the specified action.
public static Image GetImage(ImageSetEnum imageSet, C1PreviewActionEnum action)
Public Shared Function GetImage(imageSet As ImageSetEnum, action As C1PreviewActionEnum) As Image
| 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. |