Sets value of flag.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
protected void SetFlag(
	int flagMask,
	bool value
)
Visual Basic
Protected Sub SetFlag ( _
	flagMask As Integer, _
	value As Boolean _
)

Parameters

flagMask
Type: System..::..Int32
Mask of flag.
value
Type: System..::..Boolean
Value of flag.

See Also