C1.iOS.Viewer Assembly / C1.iOS.Viewer Namespace / FlexViewer Class / Add Method


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

Parameters

view
See Also