Class AutoHideArea
Tab control, contains the pane items that hide automatically at the sides of the Docking.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Docking
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public class AutoHideArea : PaneGroupBase, IThemable, INotifyLayoutChange, IFlyoutHost, ISupportsResize
Remarks
This a class for internal use and is not meant to be used outside the RadDocking.
Constructors
AutoHideArea()
Properties
IsLayoutChanging
Gets a value indicating whether this instance is layout changing.
Declaration
public bool IsLayoutChanging { get; }
Property Value
System.Boolean
|
Implements
Methods
GetContainerForItemOverride()
Creates or identifies the element that is used to display the given item.
Declaration
protected override DependencyObject GetContainerForItemOverride()
Returns
System.Windows.DependencyObject
|
Overrides
IsItemItsOwnContainerOverride(Object)
Determines if the specified item is (or is eligible to be) its own container.
Declaration
protected override bool IsItemItsOwnContainerOverride(object item)
Parameters
System.Object
item
The item to check. |
Returns
System.Boolean
True if the item is (or is eligible to be) its own container; otherwise, false. |
Overrides
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
Overrides
OnCreateAutomationPeer()
Provides an appropriate AutoHideAreaAutomationPeer implementation for this control, as part of the automation infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
The type-specific System.Windows.Automation.Peers.AutomationPeer implementation. |
Overrides
OnSelectionChanged(RadSelectionChangedEventArgs)
Declaration
protected override void OnSelectionChanged(RadSelectionChangedEventArgs e)
Parameters
RadSelectionChangedEventArgs
e
|
Overrides
Events
LayoutChangeEnded
Occurs when the layout change is ended.
Declaration
public event EventHandler LayoutChangeEnded
Event Type
System.EventHandler
|
Implements
LayoutChangeStarted
Occurs when the layout change is started.
Declaration
public event EventHandler LayoutChangeStarted
Event Type
System.EventHandler
|
Implements
Explicit Interface Implementations
IFlyoutHost.ActivatePane(RadPane)
IFlyoutHost.CancelCloseTimer()
IFlyoutHost.CancelOpenTimer()
IFlyoutHost.Close()
IFlyoutHost.CurrentState
IFlyoutHost.IsMouseOver
Declaration
bool IFlyoutHost.IsMouseOver { get; }
Returns
System.Boolean
|