PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview Namespace / C1PreviewAction Class / ActionFlags Method
The action to get the flags for.

In This Topic
    ActionFlags Method (C1PreviewAction)
    In This Topic
    Retrieves the combination of C1PreviewActionFlags for the specified action.
    Syntax
    'Declaration
     
    Public Shared Function ActionFlags( _
       ByVal action As C1PreviewActionEnum _
    ) As C1PreviewActionFlags
    public static C1PreviewActionFlags ActionFlags( 
       C1PreviewActionEnum action
    )

    Parameters

    action
    The action to get the flags for.

    Return Value

    The combination of flags corresponding to action.
    See Also