Input for WinForms | ComponentOne
C1.Win.Input.Pickers.Base Namespace / C1PickerBase Class / InitilizeView Method

In This Topic
    InitilizeView Method (C1PickerBase)
    In This Topic
    Initializes a view of the C1.Win.Input.Base.C1DropDownControlBase control.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub InitilizeView( _
       ByVal view As IDropDownControlViewBase _
    ) 
    protected override void InitilizeView( 
       IDropDownControlViewBase view
    )

    Parameters

    view
    See Also