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


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

Parameters

views
See Also