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


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