public Image BackgroundImage {get; set;}
'Declaration
Public Property BackgroundImage As Image
'使用法
Dim instance As DropDownCalculatorInfo
Dim value As Image
instance.BackgroundImage = value
value = instance.BackgroundImage
プロパティ値
ドロップダウンウィンドウの背景に表示する画像を表す
System.Drawing.Image。
デフォルト値はnull 参照 (Visual Basicでは
Nothing)です。