Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Control::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:
[BrowsableAttribute(false)]
property bool ShowFocusCues {
	virtual bool get();
}

Property Value

Type: System::Boolean

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

For more information about this feature, see theWM_CHANGEUISTATE,WM_QUERYUISTATE, and the WM_UPDATEUISTATEtopics.

Notes to Inheritors:

When overriding the ShowFocusCues property in a derived class, use the base class's ShowFocusCues property to extend the base implementation. Otherwise, you must provide all the implementation.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft