Show / Hide Table of Contents

Class ShowAsTabbedAction

Represents the action to show source DockItem as tabbed in target DockPane.

Inheritance
System.Object
System.Windows.Markup.MarkupExtension
ShowAction
ShowInDockTreeAction
ShowAsTabbedAction
Inherited Members
ShowInDockTreeAction.Target
ShowInDockTreeAction.IsFloating
ShowAction.Source
ShowAction.ShowMethod
ShowAction.ProvideValue(IServiceProvider)
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking.dll
Syntax
public sealed class ShowAsTabbedAction : ShowInDockTreeAction
Remarks

This show action corresponds Show(DockPane, Int32, DockItemShowMethod) method. The target DockPane is determined by the combination of Target and IsFloating properties.

Constructors

Name Description
ShowAsTabbedAction()

Initializes a new instance of the ShowAsTabbedAction class.

Properties

Name Description
Index

Gets or sets the value indicates the position within target Items at which the source DockItem is inserted before.

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