Show / Hide Table of Contents

Class FloatingWindow

Represents a floating window which contains a DockTree.

Inheritance
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
FloatingWindow
Inherited Members
System.Windows.DependencyObject.Equals(System.Object)
System.Windows.DependencyObject.GetHashCode()
System.Windows.DependencyObject.GetValue(System.Windows.DependencyProperty)
System.Windows.DependencyObject.SetValue(System.Windows.DependencyProperty, System.Object)
System.Windows.DependencyObject.SetValue(System.Windows.DependencyPropertyKey, System.Object)
System.Windows.DependencyObject.ClearValue(System.Windows.DependencyProperty)
System.Windows.DependencyObject.ClearValue(System.Windows.DependencyPropertyKey)
System.Windows.DependencyObject.CoerceValue(System.Windows.DependencyProperty)
System.Windows.DependencyObject.InvalidateProperty(System.Windows.DependencyProperty)
System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)
System.Windows.DependencyObject.ShouldSerializeProperty(System.Windows.DependencyProperty)
System.Windows.DependencyObject.ReadLocalValue(System.Windows.DependencyProperty)
System.Windows.DependencyObject.GetLocalValueEnumerator()
System.Windows.DependencyObject.DependencyObjectType
System.Windows.DependencyObject.IsSealed
System.Windows.Threading.DispatcherObject.Dispatcher
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking.dll
Syntax
public class FloatingWindow : DependencyObject

Fields

Name Description
CountOfVisiblePanesProperty

Identifies the CountOfVisiblePanes dependency property.

DockControlProperty

Identifies the DockControl dependency property.

DockTreeProperty

Identifies the DockTree dependency property.

FirstVisiblePaneProperty

Identifies the FirstVisiblePane dependency property.

HeightProperty

Identifies the Height dependency property.

IsVisibleProperty

Identifies the IsVisible dependency property.

LeftProperty

Identifies the Left dependency property.

TopProperty

Identifies the Top dependency property.

WidthProperty

Identifies the Width dependency property.

Properties

Name Description
ActivePanes

Gets a collection of active DockPane objects contained by this FloatingWindow.

CanBeNative

Gets a value indicates whether the application has UIPermission to show native floating window.

CountOfVisiblePanes

Gets the number of visible DockPane objects contained by this FloatingWindow. This is a dependency property.

DockControl

Gets the DockControl which this FloatingWindow belongs to. This is a dependency property.

DockTree

Gets the DockTree which this FloatingWindow contains. This is a dependency property.

FirstVisiblePane

Gets the first visible DockPane object contained by this FloatingWindow. This is a dependency property.

Height

Gets the height of this FloatingWindow. This is a dependency property.

IsVisible

Gets a value indicates this FloatingWindow is visible. This is a dependency property.

Left

Gets the left position of this FloatingWindow. This is a dependency property.

Panes

Gets a collection of DockPane objects contained by this FloatingWindow.

Top

Gets the top position of this FloatingWindow. This is a dependency property.

VisiblePanes

Gets a collection of visible DockPane objects contained by this FloatingWindow.

Width

Gets the width of this FloatingWindow. This is a dependency property.

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