ForegroundImage Property (FpCombo)
In This Topic
Gets or sets the foreground image for the control.
Syntax
'Declaration
Public Overridable Property ForegroundImage As Picture
'Usage
Dim instance As FpCombo
Dim value As Picture
instance.ForegroundImage = value
value = instance.ForegroundImage
public virtual Picture ForegroundImage {get; set;}
See Also