Class PopupWindow
A System.Windows.Controls.Primitives.Popup window that can be used as a normal System.Windows.Window in XBAP application. It uses System.Windows.Controls.Primitives.Popup as a placeholder.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public class PopupWindow : ContentControl, IWindow
Constructors
PopupWindow()
Declaration
public PopupWindow()
Fields
IconProperty
Identifies the Icon property.
Declaration
public static readonly DependencyProperty IconProperty
Field Value
System.Windows.DependencyProperty
The identifier for the Icon property. |
LeftProperty
Identifies the Left property.
Declaration
public static readonly DependencyProperty LeftProperty
Field Value
System.Windows.DependencyProperty
The identifier for the Left property. |
PlacementProperty
Identifies the PlacementMode property.
Declaration
public static readonly DependencyProperty PlacementProperty
Field Value
System.Windows.DependencyProperty
The identifier for the PlacementMode property. |
TitleProperty
Identifies the Title property.
Declaration
public static readonly DependencyProperty TitleProperty
Field Value
System.Windows.DependencyProperty
The identifier for the Title property. |
TopProperty
Identifies the Top property.
Declaration
public static readonly DependencyProperty TopProperty
Field Value
System.Windows.DependencyProperty
The identifier for the Top property. |
Properties
Icon
Gets or sets the icon of the window. This is a dependency property.
Declaration
public ImageSource Icon { get; set; }
Property Value
System.Windows.Media.ImageSource
An System.Windows.Media.ImageSource that represents the window's icon. |
Implements
Left
Gets or sets the window's left edge. This is a dependency property.
Declaration
public double Left { get; set; }
Property Value
System.Double
The position of the window's left edge. |
Placement
Gets or sets the PlacementMode of the window. This is a dependency property.
Declaration
public PlacementMode Placement { get; set; }
Property Value
PlacementMode
The current PlacementMode of the window. The default value is Center |
Title
Gets or sets the window's title. This is a dependency property.
Declaration
public string Title { get; set; }
Property Value
System.String
A System.String that contains the window's title. |
Implements
Top
Gets or sets the window's top edge. This is a dependency property.
Declaration
public double Top { get; set; }
Property Value
System.Double
The position of the window's top edge. |
WindowStartupLocation
Gets or sets the window startup location.
Declaration
public WindowStartupLocation WindowStartupLocation { get; set; }
Property Value
System.Windows.WindowStartupLocation
The window startup location. |
Methods
Activate()
Activates the window and brings it to the foreground.
Declaration
public void Activate()
Implements
Close()
Minimize()
Minimizes the window.
Declaration
public void Minimize()