Class OverlayWindow
Implements HeBianGu.Control.Dock.Controls.IOverlayWindow and is used to visualize floating docking target buttons in several areas of HeBianGu.Control.Dock.
public class OverlayWindow : Window, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
- Inheritance
-
OverlayWindow
- Implements
- Inherited Members
- Extension Methods
Properties
IsHostedInFloatingWindow
Gets whether the window is hosted in a floating window.
[Bindable(false)]
public bool IsHostedInFloatingWindow { get; }
Property Value
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().
public override void OnApplyTemplate()
OnClosing(CancelEventArgs)
Raises the Closing event.
protected override void OnClosing(CancelEventArgs e)
Parameters
e
CancelEventArgsA CancelEventArgs that contains the event data.