'Declaration Public Shared Function GetImage( _ ByVal imageSet As ImageSetEnum, _ ByVal action As C1PreviewActionEnum _ ) As Image
public static Image GetImage( ImageSetEnum imageSet, C1PreviewActionEnum action )
Parameters
- imageSet
- The image set to use.
- action
- The action to return the image for.
Return Value
The image from the specified image set representing the specified action, or null if the action has no corresponding image.