Interface IWindow
Contains methods and properties of a window.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public interface IWindow
Properties
Icon
Gets or sets the icon of the window. This is a dependency property.
Declaration
ImageSource Icon { get; set; }
Property Value
System. An System. |
Title
Gets or sets the window's title. This is a dependency property.
Declaration
string Title { get; set; }
Property Value
System. A System. |
Methods
Activate()
Activates the window and brings it to the foreground.
Declaration
void Activate()
Close()
Manually closes the window.
Declaration
void Close()
Show()
Opens the window.
Declaration
void Show()