DevZest WPF Docking
NativeFloatingWindow Class |
Represents the native floating window.
Inheritance Hierarchy
SystemObject System.Windows.ThreadingDispatcherObject
System.WindowsDependencyObject
System.Windows.MediaVisual
System.WindowsUIElement
System.WindowsFrameworkElement
System.Windows.ControlsControl
System.Windows.ControlsContentControl
System.WindowsWindow
DevZest.Windows.Docking.PrimitivesNativeFloatingWindow
System.WindowsDependencyObject
System.Windows.MediaVisual
System.WindowsUIElement
System.WindowsFrameworkElement
System.Windows.ControlsControl
System.Windows.ControlsContentControl
System.WindowsWindow
DevZest.Windows.Docking.PrimitivesNativeFloatingWindow
Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
The NativeFloatingWindow type exposes the following members.
Properties
Name | Description | |
---|---|---|
DoubleClickCommand | Gets or sets the double click command being invoked. This is a dependency property. |
Fields
Name | Description | |
---|---|---|
DoubleClickCommandProperty | Identifies the DoubleClickCommand dependency property. |
Remarks
Since the Window class requires AllWindows of UIPermission,
when the application is running under partial trust, for example XBAP, the WpfFloatingWindow class will be used.
See Also