Show / Hide Table of Contents

Property SecondPane

| Improve this Doc View Source

SecondPane

Gets the second DockPane that this DockItem associated with. This is a dependency property.

Declaration
public DockPane SecondPane { get; }
Property Value
Type Description
DockPane

The second DockPane that this DockItem associated with.

Remarks

A DockItem object can contained by two DockPane objects, one for floating mode and one for non floating mode. The FirstPane property always returns the DockPane that the DockItem last shown. Calling ToggleFloating() swaps FirstPane and SecondPane if they both exist.

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