FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / Utils Class / GetFlag Method
The flags.
The flag mask.

In This Topic
    GetFlag Method (Utils)
    In This Topic
    Determines if the flags match the mask.
    Syntax
    'Declaration
     
    Public Shared Function GetFlag( _
       ByVal flags As Integer, _
       ByVal flagMask As Integer _
    ) As Boolean
    public static bool GetFlag( 
       int flags,
       int flagMask
    )

    Parameters

    flags
    The flags.
    flagMask
    The flag mask.

    Return Value

    True if flags match the mask, false otherwise.
    See Also