C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1ToggleButton Class / CheckedContent Property


In This Topic
CheckedContent Property
In This Topic
Gets or sets the content show when the button is checked.
Syntax
'Declaration
 
Public Property CheckedContent As UIKit.UIView
 
'Usage
 
Dim instance As C1ToggleButton
Dim value As UIKit.UIView
 
instance.CheckedContent = value
 
value = instance.CheckedContent
See Also