Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.08 KB

system.windows.controls.gridviewheaderrowpresenter.makeparentitemscontrolgotfocus.md

File metadata and controls

36 lines (28 loc) · 1.08 KB
title description ms.date ms.subservice topic_type api_name api_location api_type
MakeParentItemsControlGotFocus method (System.Windows.Controls.GridViewHeaderRowPresenter)
Learn about the private WPF method called MakeParentItemsControlGotFocus.
09/25/2020
wpf
apiref
System.Windows.Controls.GridViewHeaderRowPresenter.MakeParentItemsControlGotFocus
PresentationFramework.dll
Assembly

MakeParentItemsControlGotFocus method

Gives focus to the parent control of the item. If the parent control is a xref:System.Windows.Controls.ListBox, gives focus to the most recently accessed item in the xref:System.Windows.Controls.ListBox.

internal void MakeParentItemsControlGotFocus()

Warning

This method is internal and is not meant to be used directly in your code.

Microsoft does not support the use of this method in a production application under any circumstance.

Requirements

Namespace: xref:System.Windows.Controls

Assembly: PresentationFramework.dll

See also

  • xref:System.Windows.Controls.GridViewHeaderRowPresenter