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

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

    Parameters

    style
    The Style object to use.
    See Also