Class RadWindow
Inherited Members
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadWindow : WindowBase, INotifyLayoutChange, IWindowDragAware, IDragAware, IClickAware, IWindow
Constructors
RadWindow()
Declaration
public RadWindow()
Fields
BorderBackgroundProperty
Declaration
public static readonly DependencyProperty BorderBackgroundProperty
Field Value
Microsoft.
|
DialogResultProperty
Declaration
public static readonly DependencyProperty DialogResultProperty
Field Value
Microsoft.
|
IconProperty
Declaration
public static readonly DependencyProperty IconProperty
Field Value
Microsoft.
|
IconTemplateProperty
Declaration
public static readonly DependencyProperty IconTemplateProperty
Field Value
Microsoft.
|
IsRestrictedProperty
Declaration
public static readonly DependencyProperty IsRestrictedProperty
Field Value
Microsoft.
|
IsRestrictedWhenMaximizedProperty
Declaration
public static readonly DependencyProperty IsRestrictedWhenMaximizedProperty
Field Value
Microsoft.
|
ModalBackgroundProperty
Declaration
public static readonly DependencyProperty ModalBackgroundProperty
Field Value
Microsoft.
|
PromptResultProperty
Declaration
public static readonly DependencyProperty PromptResultProperty
Field Value
Microsoft.
|
ResponseButtonProperty
Declaration
public static readonly DependencyProperty ResponseButtonProperty
Field Value
Microsoft.
|
RestoreMinimizedLocationProperty
Declaration
public static readonly DependencyProperty RestoreMinimizedLocationProperty
Field Value
Microsoft.
|
RestrictedAreaMarginProperty
Declaration
public static readonly DependencyProperty RestrictedAreaMarginProperty
Field Value
Microsoft.
|
WindowStartupLocationProperty
Declaration
public static readonly DependencyProperty WindowStartupLocationProperty
Field Value
Microsoft.
|
Properties
BorderBackground
Declaration
public Brush BorderBackground { get; set; }
Property Value
Microsoft.
|
DefaultSizeRatio
Declaration
public static double DefaultSizeRatio { get; }
Property Value
System.
|
DialogResult
Declaration
public Nullable<bool> DialogResult { get; set; }
Property Value
System.
|
Icon
Declaration
public object Icon { get; set; }
Property Value
System.
|
IconTemplate
Declaration
public DataTemplate IconTemplate { get; set; }
Property Value
Microsoft.
|
IsRestricted
Declaration
public bool IsRestricted { get; set; }
Property Value
System.
|
IsRestrictedWhenMaximized
Declaration
public bool IsRestrictedWhenMaximized { get; set; }
Property Value
System.
|
ModalBackground
Declaration
public Brush ModalBackground { get; set; }
Property Value
Microsoft.
|
OutOfBrowserOwner
Declaration
public Window OutOfBrowserOwner { get; set; }
Property Value
Microsoft.
|
PromptResult
Declaration
public string PromptResult { get; set; }
Property Value
System.
|
RestoreMinimizedLocation
Declaration
public bool RestoreMinimizedLocation { get; set; }
Property Value
System.
|
RestrictedAreaMargin
Declaration
public Thickness RestrictedAreaMargin { get; set; }
Property Value
Microsoft.
|
WindowStartupLocation
Declaration
public WindowStartupLocation WindowStartupLocation { get; set; }
Property Value
Methods
ChangeVisualState(Boolean)
Declaration
protected override void ChangeVisualState(bool useTransitions)
Parameters
System.
|
Overrides
GetParentRadWindow(DependencyObject)
Declaration
public static RadWindow GetParentRadWindow(DependencyObject child)
Parameters
Microsoft.
|
Returns
GetResponseButton(DependencyObject)
Declaration
public static ResponseButton GetResponseButton(DependencyObject button)
Parameters
Microsoft.
|
Returns
GetWindowOwner()
Declaration
protected override ContentControl GetWindowOwner()
Returns
Microsoft.
|
Overrides
GetWindowStartupLocation()
Declaration
protected override WindowStartupLocation GetWindowStartupLocation()
Returns
Overrides
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
Overrides
OnClosed()
OnClosed(WindowClosedEventArgs)
Declaration
protected virtual void OnClosed(WindowClosedEventArgs args)
Parameters
OnClosing()
Declaration
protected override bool OnClosing()
Returns
System.
|
Overrides
OnPreviewClosed()
Declaration
protected virtual bool OnPreviewClosed()
Returns
System.
|
OnPreviewClosed(WindowPreviewClosedEventArgs)
Declaration
protected virtual void OnPreviewClosed(WindowPreviewClosedEventArgs args)
Parameters
OnPreviewKeyDown(KeyRoutedEventArgs)
Declaration
protected override void OnPreviewKeyDown(KeyRoutedEventArgs e)
Parameters
Microsoft.
|
OnWindowStateChanged(EventArgs)
Declaration
protected override void OnWindowStateChanged(EventArgs args)
Parameters
System.
|
Overrides
SetResponseButton(DependencyObject, ResponseButton)
Declaration
public static void SetResponseButton(DependencyObject button, ResponseButton value)
Parameters
Microsoft.
|
Response
|
ShouldFocusOnActivate()
Declaration
protected override bool ShouldFocusOnActivate()
Returns
System.
|
Overrides
Show()
Declaration
public void Show()
ShowDialog()
Declaration
public void ShowDialog()
Events
Closed
Declaration
public event EventHandler<WindowClosedEventArgs> Closed
Event Type
System.
|
PreviewClosed
Declaration
public event EventHandler<WindowPreviewClosedEventArgs> PreviewClosed
Event Type
System.
|