ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / Bool Structure / Bool Constructor
if set to true [bool value].

In This Topic
    Bool Constructor
    In This Topic
    Initializes a new instance of the Bool class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal boolValue As System.Boolean _
    )
    public Bool( 
       System.bool boolValue
    )

    Parameters

    boolValue
    if set to true [bool value].
    See Also