Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / C1PreviewAction Class / GetImage Method
The image set to use.
The action to return the image for.

In This Topic
    GetImage Method (C1PreviewAction)
    In This Topic
    Gets one of the predefined images representing the specified action.
    Syntax
    '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.
    See Also