Class HoverFlyoutBehavior
Represents a IFlyoutBehavior implementation that opens the AutoHideArea flyout on hover or activation and closes is when the mouse leaves the pane and the flyout.
Inheritance
System.Object
HoverFlyoutBehavior
Namespace: Telerik.Windows.Controls.Docking
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public class HoverFlyoutBehavior : Object, IFlyoutBehavior
Constructors
HoverFlyoutBehavior()
Declaration
public HoverFlyoutBehavior()
Explicit Interface Implementations
IFlyoutBehavior.OnClosingTimerTimeout(IFlyoutHost)
Declaration
void IFlyoutBehavior.OnClosingTimerTimeout(IFlyoutHost host)
Parameters
IFlyoutHost
host
|
Implements
IFlyoutBehavior.OnMouseEnter(IFlyoutHost, RadPane)
Declaration
void IFlyoutBehavior.OnMouseEnter(IFlyoutHost host, RadPane targetPane)
Parameters
IFlyoutHost
host
|
RadPane
targetPane
|
Implements
IFlyoutBehavior.OnMouseLeave(IFlyoutHost)
Declaration
void IFlyoutBehavior.OnMouseLeave(IFlyoutHost host)
Parameters
IFlyoutHost
host
|
Implements
IFlyoutBehavior.OnOpeningTimerTimeout(IFlyoutHost)
Declaration
void IFlyoutBehavior.OnOpeningTimerTimeout(IFlyoutHost host)
Parameters
IFlyoutHost
host
|
Implements
IFlyoutBehavior.OnPaneActivated(IFlyoutHost, RadPane)
Declaration
void IFlyoutBehavior.OnPaneActivated(IFlyoutHost host, RadPane targetPane)
Parameters
IFlyoutHost
host
|
RadPane
targetPane
|
Implements
IFlyoutBehavior.OnPaneDeactivated(IFlyoutHost, RadPane)
Declaration
void IFlyoutBehavior.OnPaneDeactivated(IFlyoutHost host, RadPane targetPane)
Parameters
IFlyoutHost
host
|
RadPane
targetPane
|
Implements
IFlyoutBehavior.OnPaneMouseLeftButtonDown(IFlyoutHost, RadPane)
Declaration
void IFlyoutBehavior.OnPaneMouseLeftButtonDown(IFlyoutHost host, RadPane targetPane)
Parameters
IFlyoutHost
host
|
RadPane
targetPane
|