AutoHideArea
Tab control, contains the pane items that hide automatically at the sides of the Docking.
Definition
Namespace:Telerik.Windows.Controls.Docking
Assembly:Telerik.Windows.Controls.Docking.dll
Syntax:
public class AutoHideArea : PaneGroupBase, INotifyLayoutChange, IFlyoutHost
Inheritance: objectRadTabControlBaseRadTabControlPaneGroupBaseAutoHideArea
Implements:
Inherited Members
Constructors
Initializes a new instance of the AutoHideArea class.
public AutoHideArea()
Properties
Gets a value indicating whether this instance is layout changing.
public bool IsLayoutChanging { get; }
True if this instance is layout changing; otherwise, false.
Implements:
Methods
GetContainerForItemOverride()
DependencyObject
Creates or identifies the element that is used to display the given item.
protected override DependencyObject GetContainerForItemOverride()
DependencyObject
Overrides:
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call .
public override void OnApplyTemplate()
Overrides:
OnCreateAutomationPeer()
AutomationPeer
Provides an appropriate AutoHideAreaAutomationPeer implementation for this control, as part of the automation infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The type-specific AutomationPeer implementation.
Overrides:
Raises the event and sets from the active theme.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Overrides:
protected override void OnSelectionChanged(RadSelectionChangedEventArgs e)
Overrides:
Resets the theme.
public void ResetTheme()
Events
Occurs when the layout change is ended.
public event EventHandler LayoutChangeEnded
Implements:
Occurs when the layout change is started.
public event EventHandler LayoutChangeStarted
Implements: