Interface
IToolWindow

Represents the IToolWindow control wrapper for SL/Wpf interface.

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public interface IToolWindow : IContentControl, IControl, IFrameworkElement, ITargetElement

Derived Classes: ToolWindowToolWindow

Inherited Members IControl.IsEnabledIFrameworkElement.CastAs<T>()IFrameworkElement.Parent<T>()IFrameworkElement.SetProxy(bool)IFrameworkElement.SetUid(string)IFrameworkElement.SetFindInfo(VisualFindInfo)IFrameworkElement.SetXamlTag(string)IFrameworkElement.AssignReference(AutomationReference)IFrameworkElement.SetFocus()IFrameworkElement.GetAutomationProperty(string)IFrameworkElement.GetProperty<T>(string)IFrameworkElement.GetPropertyTypeSafe(string)IFrameworkElement.SetProperty(string, object)IFrameworkElement.ScrollToVisible()IFrameworkElement.UserIFrameworkElement.FindIFrameworkElement.WaitIFrameworkElement.NameIFrameworkElement.AbsoluteSiblingTagIndexIFrameworkElement.ActualWidthIFrameworkElement.ActualHeightIFrameworkElement.TextIFrameworkElement.ToolTipTextIFrameworkElement.TextBlockContentIFrameworkElement.TextLiteralContentIFrameworkElement.ComputedVisibilityIFrameworkElement.UidITargetElement.Match(IFindExpression)ITargetElement.SetDepth(int)ITargetElement.AddChildNode(ITargetElement)ITargetElement.SetClosingTag(ITargetElement)ITargetElement.GetChildren()ITargetElement.GetParent()ITargetElement.GetHostParent()ITargetElement.SetParent(ITargetElement)ITargetElement.Refresh()ITargetElement.GetUniqueHashCode()ITargetElement.GetRectangle()ITargetElement.Capture()ITargetElement.CaptureImage()ITargetElement.GetStringPresentation()ITargetElement.TechnologyTypeITargetElement.DepthITargetElement.IsTestRegionITargetElement.ParsedElementITargetElement.Host

Properties

HeaderElement

Get the tool window header element.

Declaration

cs-api-definition
Border HeaderElement { get; }

Property Value

Border

HorizontalOffset

Get the value providing the horizontal offset of the window via automation property.

Declaration

cs-api-definition
double HorizontalOffset { get; }

Property Value

double

Title

Get the tool window title.

Declaration

cs-api-definition
string Title { get; }

Property Value

string

VerticalOffset

Get the value providing the vertical offset of the window via automation property.

Declaration

cs-api-definition
double VerticalOffset { get; }

Property Value

double

Methods

Close()

Simulates user clicking on the close button to close the tool window.

Declaration

cs-api-definition
void Close()

SelectToolWindow()

Select the current ToolWindow by clickin on its Header

Declaration

cs-api-definition
void SelectToolWindow()