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

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

    Parameters

    style
    The Style object to use.
    See Also