C1.WPF.Document Assembly / C1.WPF.Document 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
 

Parameters

flags
The flags.
flagMask
The flag mask.

Return Value

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