PropertyGrid::SelectedItemWithFocusForeColor Property

.NET Framework (current version)
 

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

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property Color SelectedItemWithFocusForeColor {
	Color get();
	void set(Color value);
}

Property Value

Type: System.Drawing::Color

The foreground color of focused, selected items.

.NET Framework
Available since 4.5
Return to top
Show: