ComponentOne FlexReport for UWP
SetFlag Method

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > Utils Class : SetFlag Method
Syntax
'Declaration
 
Public Shared Sub SetFlag( _
   ByRef flags As System.Integer, _
   ByVal flagMask As System.Integer, _
   ByVal value As System.Boolean _
) 
public static void SetFlag( 
   ref System.int flags,
   System.int flagMask,
   System.bool value
)

Parameters

flags
flagMask
value
See Also

Reference

Utils Class
Utils Members