ButtonColor Property (FpCombo)
In This Topic
Gets or sets the background color of the button in the edit control.
Syntax
'Declaration
Public Overridable Property ButtonColor As Color
'Usage
Dim instance As FpCombo
Dim value As Color
instance.ButtonColor = value
value = instance.ButtonColor
public virtual Color ButtonColor {get; set;}
See Also