BackgroundImage Property (C1DropDownControlBase)
In This Topic
Gets or sets the background image displayed in the control.
Syntax
'Declaration
Public Overrides Property BackgroundImage As Image
public override Image BackgroundImage {get; set;}
See Also