PropertyGrid.SelectedItemWithFocusForeColor Property

Definition

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

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

Property Value

The foreground color of focused, selected items.

Applies to