public Image BackgroundImage {get; set;}
'Declaration
Public Property BackgroundImage As Image
'使用法
Dim instance As DropDownCalendarInfo
Dim value As Image
instance.BackgroundImage = value
value = instance.BackgroundImage
プロパティ値
ドロップダウンウィンドウの背景に表示する画像を表す
System.Drawing.Image。