C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1DropDown Class / EditableHeaderBackgroundColor Property


In This Topic
EditableHeaderBackgroundColor Property
In This Topic
Gets or sets the background color for the editable header.
Syntax
'Declaration
 
<Foundation.ExportAttribute("EditableHeaderBackgroundColor")>
<BrowsableAttribute(True)>
Public Property EditableHeaderBackgroundColor As UIKit.UIColor
 
'Usage
 
Dim instance As C1DropDown
Dim value As UIKit.UIColor
 
instance.EditableHeaderBackgroundColor = value
 
value = instance.EditableHeaderBackgroundColor
See Also