InterfaceIToolWindow
Interface
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:
Inherited Members
Properties
HeaderElement
Get the tool window header element.
HorizontalOffset
Get the value providing the horizontal offset of the window via automation property.
Title
Get the tool window title.
VerticalOffset
Get the value providing the vertical offset of the window via automation property.
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()