SetFlag Method (RenderInputCheckBox) | Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderInputCheckBox Class / SetFlag Method
Mask of flag.
Value of flag.

In This Topic
SetFlag Method (RenderInputCheckBox)
In This Topic
Sets value of flag.
Syntax
'Declaration
 
Protected Sub SetFlag( _
   ByVal flagMask As Integer, _
   ByVal value As Boolean _
) 
 

Parameters

flagMask
Mask of flag.
value
Value of flag.
See Also