ComponentOne Xamarin.iOS
Add Method (C1ComboBox)


C1.iOS.Input Assembly > C1.iOS.Input Namespace > C1ComboBox Class : Add Method
Syntax
'Declaration
 
Public Sub Add( _
   ByVal view As UIKit.UIView _
) 
'Usage
 
Dim instance As C1ComboBox
Dim view As UIKit.UIView
 
instance.Add(view)
public void Add( 
   UIKit.UIView view
)

Parameters

view
See Also

Reference

C1ComboBox Class
C1ComboBox Members