PropertyGrid::ShowFocusCues Property

 

Gets a value indicating whether the control should display focus rectangles.

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

public protected:
property bool ShowFocusCues {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

true if the control should display focus rectangles; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: