PropertyGrid.SelectedItemWithFocusBackColor Property

Definition

Gets or sets the background color of selected items that have the input focus.

public:
 property System::Drawing::Color SelectedItemWithFocusBackColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
public System.Drawing.Color SelectedItemWithFocusBackColor { get; set; }
member this.SelectedItemWithFocusBackColor : System.Drawing.Color with get, set
Public Property SelectedItemWithFocusBackColor As Color

Property Value

The background color of focused, selected items.

Applies to