C1.Android.Input Assembly / C1.Android.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
 
Public Property EditableHeaderBackgroundColor As Android.Graphics.Color
 
'Usage
 
Dim instance As C1DropDown
Dim value As Android.Graphics.Color
 
instance.EditableHeaderBackgroundColor = value
 
value = instance.EditableHeaderBackgroundColor
See Also