PropertyGrid.SelectedItemWithFocusBackColor 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 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.