DesignerTabControl class

Build 1501 on 14/Nov/2017  This topic last edited on: 22/Mar/2016, at 16:29

Description

Displays the designer tab control.

Namespace

xmlns:l="http://www.teradp.com/schemas/GN4/1/Shell/Presentation"

Members

For the list of properties and methods, see:

http://tech.teradp.com/tech/html/gn4/docs/VSdoc/frlrfTeraDPGN4WinUIControlsDesignerTabControlClassTopic

Example

<l:DesignerTabControl 

         Grid.Column="1" 

         x:Name="designerTabControl" 

         Navigator="{Binding ElementName=Navigator}"

   Style="{StaticResource DesignerTabControlStyle}"

   l:DragDropHelper.IsDropTarget="True" 

   DesignerGroup="{Binding Path=Parent.DesignerGroup, RelativeSource={RelativeSource AncestorType={x:Type DockPanel}}}"

/>