C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1ToggleButton Class
Members


C1ToggleButton Class
Represents a button that a user can expand and collapse.
Syntax
'Declaration
 
<Foundation.RegisterAttribute("UIView", True)>
Public Class C1ToggleButton 
   Inherits UIKit.UIView
   Implements IDependencyObject, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUITraitEnvironment 
 
'Usage
 
Dim instance As C1ToggleButton
Inheritance Hierarchy

System.Object
   Foundation.NSObject
      UIKit.UIResponder
         UIKit.UIView
            C1.iOS.Core.C1ToggleButton

See Also