ClassAutoHideArea
Represents the RadDocking for Silverlight AutoHideArea control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class AutoHideArea : RadTabControl, IAutomationPeer, IPeerConverter, IAutoHideArea, IRadTabControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlItemsControlRadTabControlAutoHideArea
Implements:
Inherited Members
Constructors
AutoHideArea()
Initializes a new instance of the AutoHideArea class.
Declaration
public AutoHideArea()
Properties
HeaderCommandsButton
Get the popup pane header 'Commands' toggle button.
Declaration
public RadToggleButton HeaderCommandsButton { get; }
Property Value
HeaderTitle
Get the popup pane header title.
IsPopupOpen
Get whether the auto hide area popup is open.
Panes
Get the list of panes for this group.
PopupContent
Get the content presenter from the popup if open, returns 'null' otherwise.
Declaration
public ContentPresenter PopupContent { get; }
Property Value
The content presenter element from the popup.
PopupHeader
Get the pane header element from the popup if open, returns 'null' otherwise.
Declaration
public PaneHeader PopupHeader { get; }
Property Value
The pane header element from the popup.
PopupResizer
Get the GridResizer from the popup if open, returns 'null' otherwise.
Declaration
public RadGridResizer PopupResizer { get; }
Property Value
The GridResizer element from the popup.
TabStripPanelAutoHideArea
Get the tab strip panel holding the tab items.
Declaration
protected FrameworkElement TabStripPanelAutoHideArea { get; }
Property Value
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides
Implements
HeaderClose()
Simulates user clicking on the 'close' button in the header of the popup.
Declaration
public void HeaderClose()
Exceptions
Thrown when the popup is not open.
HeaderPin()
Simulates user clicking on the 'pin' button in the header of the popup.
Declaration
public void HeaderPin()
Exceptions
Thrown when the popup is not open.
HoverOverItem(int)
Hover over an item in the area to show it.
Declaration
public void HoverOverItem(int itemIndex)
Parameters
itemIndex
The index of the item to hover over.
Exceptions
Thrown when the item index is out of the pane count range.
WaitPopupAnimation(int)
Useful upon any open/close action of the popup.
Declaration
public void WaitPopupAnimation(int checkDuration)
Parameters
checkDuration
The duration in millis to wait for.