IWindow
Interface
Contains methods and properties of a window.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public interface IWindow
Derived Classes:
Properties
Icon
ImageSource
Gets or sets the icon of the window. This is a dependency property.
C#
ImageSource Icon { get; set; }
An ImageSource that represents the window's icon.
Methods
Activates the window and brings it to the foreground.
C#
void Activate()
Manually closes the window.
C#
void Close()
Opens the window.
C#
void Show()