InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / CheckButtonElement Class / CheckButtonElement Constructor / CheckButtonElement Constructor(Style)
The Style object to use.

In This Topic
    CheckButtonElement Constructor(Style)
    In This Topic
    Initializes a new CheckButtonElement with specified style.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal style As Style _
    )
    public CheckButtonElement( 
       Style style
    )

    Parameters

    style
    The Style object to use.
    See Also