ClassAutoHideArea
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
AutoHideArea()
Initializes a new instance of the AutoHideArea class.
Declaration
public AutoHideArea()
Properties
IsLayoutChanging
Gets a value indicating whether this instance is layout changing.
Declaration
public bool IsLayoutChanging { get; }
Property Value
True if this instance is layout changing; otherwise, false.
Implements
Methods
GetContainerForItemOverride()
Creates or identifies the element that is used to display the given item.
Declaration
protected override DependencyObject GetContainerForItemOverride()
Returns
DependencyObject
Overrides
IsItemItsOwnContainerOverride(object)
Determines if the specified item is (or is eligible to be) its own container.
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call .
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
AutomationPeer
The type-specific AutomationPeer implementation.
Overrides
OnInitialized(EventArgs)
Raises the event and sets from the active theme.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
Overrides
OnSelectionChanged(RadSelectionChangedEventArgs)
Declaration
protected override void OnSelectionChanged(RadSelectionChangedEventArgs e)
Parameters
e
Overrides
Events
LayoutChangeEnded
Occurs when the layout change is ended.
Declaration
public event EventHandler LayoutChangeEnded
Event Value
Implements
LayoutChangeStarted
Occurs when the layout change is started.
Declaration
public event EventHandler LayoutChangeStarted
Event Value
Implements