Input for WinForms | ComponentOne
C1.Framework Namespace / XViewHost Class / InitializeComponent Method
Uses to override the default XView.

In This Topic
    InitializeComponent Method
    In This Topic
    Initializes the XView hosted in this control.
    Syntax
    'Declaration
     
    
    Protected Sub InitializeComponent( _
       Optional ByVal xview As XView _
    ) 
    protected void InitializeComponent( 
       XView xview
    )

    Parameters

    xview
    Uses to override the default XView.
    See Also