C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1ScrollViewer Class / Add Method


In This Topic
Add Method (C1ScrollViewer)
In This Topic
Syntax
'Declaration
 
Public Sub Add( _
   ByVal view As UIKit.UIView _
) 
 
'Usage
 
Dim instance As C1ScrollViewer
Dim view As UIKit.UIView
 
instance.Add(view)

Parameters

view
See Also