Show / Hide Table of Contents

Property ActiveItem

| Improve this Doc View Source

ActiveItem

Gets a value indicates currently active DockItem. This is a dependency property.

Declaration
public DockItem ActiveItem { get; }
Property Value
Type Description
DockItem

The currently active DockItem.

Remarks

When FocusedItem changed to null as a result of clicking focusable controls outside DockControl, ActiveItem remains unchanged. This is useful to get currently active DockItem when the keyboard focus is not within DockControl, such as when a System.Windows.Controls.MenuItem is clicked.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest