[Visual Basic] <DefaultValue(GetType(Color), "Window") _ )> _
Public Shadows Property BackColor() As Color
[Visual Basic] > Public Shadows Property BackColor() As System.Drawing.Color
Get
Return MyBase.BackColor
End Get
Set(ByVal Value As System.Drawing.Color)
MyBase.BackColor = Value
Me.ComboBox.BackColor = Value
End Set
End Property
Plattformen: Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition