Class ToolWindow
Inheritance
System.Object
ToolWindow
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class ToolWindow : ContentControl, IAutomationPeer, IPeerConverter, IToolWindow, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
ToolWindow()
Declaration
public ToolWindow()
Properties
HeaderElement
HorizontalOffset
Declaration
public double HorizontalOffset { get; }
Property Value
System.Double
|
Implements
IsOpen
Declaration
public bool IsOpen { get; }
Property Value
System.Boolean
|
SplitContainer
Title
VerticalOffset
Declaration
public double VerticalOffset { get; }
Property Value
System.Double
|
Implements
VisibleRectangle
Declaration
public Rectangle VisibleRectangle { get; }
Property Value
System.Drawing.Rectangle
|
Methods
Close()
MoveAwayFromContainerCenter(RadSplitContainer)
Declaration
public void MoveAwayFromContainerCenter(RadSplitContainer container)
Parameters
RadSplitContainer
container
|
MoveAwayFromContainerCenter(RadSplitContainer, DockingDragDirection)
Declaration
public void MoveAwayFromContainerCenter(RadSplitContainer container, DockingDragDirection direction)
Parameters
RadSplitContainer
container
|
DockingDragDirection
direction
|
MoveAwayFromContainerCenter(RadSplitContainer, DockingDragDirection, Int32)
Declaration
public void MoveAwayFromContainerCenter(RadSplitContainer container, DockingDragDirection direction, int offset)
Parameters
RadSplitContainer
container
|
DockingDragDirection
direction
|
System.Int32
offset
|
MoveBy(Int32, Int32)
Declaration
public void MoveBy(int offsetByX, int offsetByY)
Parameters
System.Int32
offsetByX
|
System.Int32
offsetByY
|