Interface IFlyoutHost
This interface represents an abstraction over the Auto
Namespace: Telerik.Windows.Controls.Docking
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public interface IFlyoutHost
Properties
CurrentState
Gets the current Flyout
Declaration
FlyoutState CurrentState { get; }
Property Value
IsMouseOver
Gets a value indicating whether the mouse is over the selected Rad
Declaration
bool IsMouseOver { get; }
Property Value
System.
|
SelectedPane
Gets the currently selected Rad
Declaration
RadPane SelectedPane { get; }
Property Value
Methods
ActivatePane(RadPane)
Changes the current active Rad
Declaration
void ActivatePane(RadPane pane)
Parameters
Rad The pane to be activated. |
CancelCloseTimer()
Cancels the close timer, if running. The behavior is not notified for this, but the current state is updated.
Declaration
void CancelCloseTimer()
CancelOpenTimer()
Cancels the open timer, if running. The behavior is not notified for this, but the current state is updated.
Declaration
void CancelOpenTimer()
Close()
Closes the flyout instantly.
Declaration
void Close()
Open()
Opens the flyout instantly.
Declaration
void Open()
SetSelectedPane(RadPane)
StartCloseAnimation()
Starts the close animation of the flyout.
Declaration
void StartCloseAnimation()
StartCloseTimer()
Starts the close timer of the flyout. When the timeout passes, the OnClosingTimerTimeout method of the IFlyout
Declaration
void StartCloseTimer()
StartOpenAnimation()
Starts the open animation of the flyout.
Declaration
void StartOpenAnimation()
StartOpenTimer()
Starts the open timer of the flyout. When the timeout passes, the OnOpeningTimerTimeout method of the IFlyout
Declaration
void StartOpenTimer()