Click or drag to resize

DialogWindow Methods

IT Hit User File System

The DialogWindow type exposes the following members.

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
See Also