C1.Android.Input Assembly / C1.Android.Input Namespace / C1DropDown Class / CloseButtonBackgroundColor Property


In This Topic
CloseButtonBackgroundColor Property
In This Topic
Gets or sets the background of the close button.
Syntax
'Declaration
 
Public Property CloseButtonBackgroundColor As Android.Graphics.Color
 
'Usage
 
Dim instance As C1DropDown
Dim value As Android.Graphics.Color
 
instance.CloseButtonBackgroundColor = value
 
value = instance.CloseButtonBackgroundColor
See Also