property CalendarCombo.PictureDisplay as PictureDisplayEnum
Retrieves or sets a value that indicates the way how the graphic is displayed on the control's background

TypeDescription
PictureDisplayEnum A PictureDisplayEnum expression that indicates the way how the picture is displayed on the control's background.
By default, the PictureDisplay property is exTile. The PictureDisplay property specifies how the Picture is displayed on the control's background. If the control has no picture associated the PictureDisplay property has no effect. Use the Background(exDropDownBackColor) property to specify the background color of the drop down portion of the control. The /NET version provides the BackgroundImageLayout property.