SearchSettingsDataSource.HwndSourceBackgroundColor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an ARGB background color for the HwndSource. This setting is ignored if it is 0, or if the search control is parented under a WPF element. Type: VSUI_TYPE_DWORD, Default=0.
public:
property System::UInt32 HwndSourceBackgroundColor { System::UInt32 get(); void set(System::UInt32 value); };
public:
property unsigned int HwndSourceBackgroundColor { unsigned int get(); void set(unsigned int value); };
public uint HwndSourceBackgroundColor { get; set; }
member this.HwndSourceBackgroundColor : uint32 with get, set
Public Property HwndSourceBackgroundColor As UInteger
Property Value
Returns UInt32.