FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / GroupPanelStyles Class / GroupPanelStyles Constructor
Prototype.

In This Topic
    GroupPanelStyles Constructor
    In This Topic
    Initializes a new instance of the GroupPanelStyles object.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal prototype As GroupPanelStyles _
    )
    public GroupPanelStyles( 
       GroupPanelStyles prototype
    )

    Parameters

    prototype
    Prototype.
    See Also