ToolWindow
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
C#
public class ToolWindow : ContentControl, IAutomationPeer, IPeerConverter, IToolWindow, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContentControlToolWindow...
Implements:
Inherited Members
Constructors
C#
public ToolWindow()
Properties
C#
public Border HeaderElement { get; }
Implements:
C#
public double HorizontalOffset { get; }
Implements:
C#
public RadSplitContainer SplitContainer { get; }
C#
public double VerticalOffset { get; }
Implements:
C#
public Rectangle VisibleRectangle { get; }
Methods
C#
public void Close()
Implements:
C#
public void MoveAwayFromContainerCenter(RadSplitContainer container, DockingDragDirection direction, int offset)
C#
public void MoveAwayFromContainerCenter(RadSplitContainer container, DockingDragDirection direction)
C#
public void MoveAwayFromContainerCenter(RadSplitContainer container)
C#
public void SelectToolWindow()
Implements: