FlexReport for WinForms
GetFlag メソッド (Utils)


C1.Document アセンブリ > C1.Document 名前空間 > Utils クラス : GetFlag メソッド
The flags.
The flag mask.
Determines if the flags match the mask.
シンタックス
'宣言
 
Public Shared Function GetFlag( _
   ByVal flags As System.Integer, _
   ByVal flagMask As System.Integer _
) As System.Boolean
'使用法
 
Dim flags As System.Integer
Dim flagMask As System.Integer
Dim value As System.Boolean
 
value = Utils.GetFlag(flags, flagMask)
public static System.bool GetFlag( 
   System.int flags,
   System.int flagMask
)

パラメータ

flags
The flags.
flagMask
The flag mask.

戻り値の型

True if flags match the mask, false otherwise.
参照

参照

Utils クラス
Utils メンバ