Class ClickFlyoutBehavior
Represents a IFlyoutBehavior implementation that opens the AutoHideArea flyout only when the pane is clicked or activated and closes it on second click or deactivation.
Inheritance
System.Object
ClickFlyoutBehavior
Namespace: Telerik.Windows.Controls.Docking
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public class ClickFlyoutBehavior : Object, IFlyoutBehavior
Constructors
ClickFlyoutBehavior()
Declaration
public ClickFlyoutBehavior()
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
|