ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / C1Ribbon Class / SetStyle Method

In This Topic
    SetStyle Method (C1Ribbon)
    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