InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / Element Class / Element Constructor / Element Constructor(Style)
Style for the new element.

In This Topic
    Element Constructor(Style)
    In This Topic
    Creates a new instance of an Element.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal style As Style _
    )
    public Element( 
       Style style
    )

    Parameters

    style
    Style for the new element.
    See Also