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


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

Parameters

view
See Also