DockOutsideViewport Property (IMapDockableSubItem)
In This Topic
Gets a value indicating whether the sub item should be docked outside the viewport. Ignored if MapLocation is defined.
Syntax
'Declaration
ReadOnly Property DockOutsideViewport As Boolean
bool DockOutsideViewport {get;}
Property Value
A
System.Boolean value.
true
if the sub item should be docked outside the viewport; otherwise,
false
.
See Also