'宣言 Protected Function GetFlag( _ ByVal mask As System.Integer _ ) As System.Boolean
'使用法 Dim instance As RenderFragment Dim mask As System.Integer Dim value As System.Boolean value = instance.GetFlag(mask)
protected System.bool GetFlag( System.int mask )
パラメータ
- mask
- The flag mask.
戻り値の型
True if flags match the mask, false otherwise.