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