Spread Windows Forms 12.0 Product Documentation
BackgroundImage Property (FpCheckBox)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpCheckBox Class : BackgroundImage Property
Gets or sets the picture to use as the background image of the check box control.
Gets or sets the background image for the control.
Syntax
'Declaration
 
Public Overridable Shadows Property BackgroundImage As Picture
'Usage
 
Dim instance As FpCheckBox
Dim value As Picture
 
instance.BackgroundImage = value
 
value = instance.BackgroundImage
public virtual new Picture BackgroundImage {get; set;}
Remarks

This property is available at run time only.

See Also

Reference

FpCheckBox Class
FpCheckBox Members
Picture Property