InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / BasePanel Class / BasePanel Constructor / BasePanel Constructor(Style)
Style object used to measure and render this BasePanel.

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

    Parameters

    style
    Style object used to measure and render this BasePanel.
    See Also