DashboardLayout for WinForms | ComponentOne
C1.Win.Layout Namespace / ILayout Interface / UseOptions Method
Dashboard options

In This Topic
    UseOptions Method (ILayout)
    In This Topic
    Force Layout control to use the Dashboard options.
    Syntax
    'Declaration
     
    
    Sub UseOptions( _
       ByVal options As DashboardOptions _
    ) 
    void UseOptions( 
       DashboardOptions options
    )

    Parameters

    options
    Dashboard options
    See Also