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