Click or drag to resize

DialogWindow Class

IT Hit User File System
Base class for dialog windows.
Inheritance Hierarchy
SystemObject
  Window
    ITHit.FileSystem.Windows.WinUI.DialogsDialogWindow
      ITHit.FileSystem.Windows.WinUI.DialogsCompare

Namespace:  ITHit.FileSystem.Windows.WinUI.Dialogs
Assembly:  ITHit.FileSystem.Windows.WinUI (in ITHit.FileSystem.Windows.WinUI.dll) Version: 9.0.29481.0-Beta
Syntax
public class DialogWindow : Window

The DialogWindow type exposes the following members.

Constructors
  NameDescription
Public methodDialogWindow
Initializes a new instance of the DialogWindow class
Top
Properties
  NameDescription
Public propertyAppWindow
Gets the AppWindow associated with this XAML Window.
(Inherited from Window.)
Public propertyBounds
Gets a Rect pixels.
(Inherited from Window.)
Public propertyCompositor
Gets the Compositor for this window.
(Inherited from Window.)
Public propertyContent
Gets or sets the visual root of an application window.
(Inherited from Window.)
Public propertyCoreWindow
Desktop apps always return null for this property.
(Inherited from Window.)
Public propertyDispatcher
Always returns null in a Windows App SDK app. > [!NOTE] > Window.Dispatcher may be altered or unavailable in future releases. Use Window.DispatcherQueue instead.
(Inherited from Window.)
Public propertyDispatcherQueue
Gets the DispatcherQueue object for the window.
(Inherited from Window.)
Public propertyExtendsContentIntoTitleBar
Gets or sets a value that specifies whether the default title bar of the window should be hidden to create space for app content.
(Inherited from Window.)
Public propertySystemBackdrop
Gets or sets the system backdrop to apply to this Window. The backdrop is rendered behind the Window content.
(Inherited from Window.)
Public propertyTitle
Gets or sets a string used for the window title.
(Inherited from Window.)
Public propertyVisible
Gets a value that reports whether the window is visible.
(Inherited from Window.)
Top
Methods
  NameDescription
Public methodActivate
Attempts to activate the application window by bringing it to the foreground and setting the input focus to it.
(Inherited from Window.)
Public methodCenterWindow
Centers current dialog window on the screen.
Public methodClose
Closes the application window.
(Inherited from Window.)
Public methodEquals(Window) (Inherited from Window.)
Public methodEquals(Object) (Inherited from Window.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetDpiForWindow
Public methodGetHashCode (Inherited from Window.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodIsOverridableInterface (Inherited from Window.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodResize
Resizes the window to desired width and height, taking in count corrent scale
Protected methodSetDefaultPosition
Public methodSetTitleBar
Enables title bar behavior on a XAML element when ExtendsContentIntoTitleBar is true.
(Inherited from Window.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventActivated
Occurs when the window has successfully been activated.
(Inherited from Window.)
Public eventClosed
Occurs when the window has closed.
(Inherited from Window.)
Public eventSizeChanged
Occurs when the app window has first rendered or has changed its rendering size.
(Inherited from Window.)
Public eventVisibilityChanged
Occurs when the value of the Visible property changes.
(Inherited from Window.)
Top
See Also