This document is archived and information here might be outdated.  Recommended version.


IDockableWindowInitialPlacement.Neighbor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > ID > IDockableWindowInitialPlacement Interface > IDockableWindowInitialPlacement.Neighbor Property
ArcGIS Developer Help

IDockableWindowInitialPlacement.Neighbor Property

An alternate dockable window this dockable window should dock relative to.

[Visual Basic .NET]
Public ReadOnly Property Neighbor As UID
[C#]
public UID Neighbor {get;}

Product Availability

Available with ArcGIS Desktop.

Description

The UID of dockable window that the current dockable window should be placed together. This only applies to the initial representation.

See Also

IDockableWindowInitialPlacement Interface