ComponentOne BarCode for WinForms
C1.Win.Barcode.4.5.2 Assembly / C1.Win.BarCode Namespace / C1BarCode Class / SetStyle Method

In This Topic
    SetStyle Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub SetStyle( _
       ByVal flag As System.Windows.Forms.ControlStyles, _
       ByVal value As System.Boolean _
    ) 
    protected void SetStyle( 
       System.Windows.Forms.ControlStyles flag,
       System.bool value
    )

    Parameters

    flag
    value
    See Also