Class | Description | |
---|---|---|
![]() | MessageBoxOptions | Provides options for customizing UXMessageBox's appearance. |
![]() | UXCommandBar | Represents a panel bar used to host a collection of command buttons. |
![]() | UXDesktop | Represents the desktop user interface that can host a collection of IWindow elements. |
![]() | UXDialogBox | Provides a modal dialog box window to obtain user input. |
![]() | UXDialogBoxEventArgs | Provides data for UXDialog event. |
![]() | UXMessageBox | Provides a dialog box with predefined message, icon and buttons used to obtain user input. |
![]() | UXNavigationWindow | Represents a window interface with built-in navigation frame, navigation bar and window host integration. |
![]() | UXWindow | Represents window interface that serves as a logical container for hosting user interface elements. |
![]() | UXWindowChrome | Provides a simple window with styled chrome that serves as a logical container for user interface elements. |
![]() | WindowButtons | Represents the command buttons used in window. |
![]() | WindowChangeEventArgs | Provides data for WindowChange event. |
Delegate | Description | |
---|---|---|
![]() | UXDialogBoxEventHandler | Represents the method that will handle the UXDialogBox event. |
![]() | WindowChangeEventHandler | Represents the method that will handle the WindowChange event. |
Enumeration | Description | |
---|---|---|
![]() | ContentMode | Specifies the content characteristic of a navigation window. |
![]() | ControlBoxPosition | Specifies the control box position of a window. |
![]() | DialogBoxMode | Specifies the modal behavior on a dialog box. |
![]() | MessageBoxButton | Specifies the buttons that are displayed on a message box. Used as an argument of the Show method. |
![]() | MessageBoxImage | Specifies the icon that is displayed by a message box. |
![]() | NavigationBarUIMode | Specifies the buttons to be displayed in the navigation bar within the navigation window control. |
![]() | ResizeDirection | Specifies the allowed resize direction in a window. |
![]() | ResizeHandleMode | Specifies the resizing mode used during window resize operation. |
![]() | StartupLocation | Determines the window location during startup. |
![]() | WindowFeatures | Specifies the flags that determine the capabilities and features of a window class. |
![]() | WindowOperation | Specifies the operation that a window currently performing. |
![]() | WindowState | Specifies the state of a window. |
![]() | WindowType | Specifies the different types of window that can be hosted by a desktop control such as UXDesktop. |