Control::ShowFocusCues Property
.NET Framework (current version)
Gets a value indicating whether the control should display focus rectangles.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public protected: [BrowsableAttribute(false)] property bool ShowFocusCues { virtual bool get(); }
Property Value
Type: System::Booleantrue 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
Available since 1.1
Show: