Volume Control
Application-specific hotkeys for Windows
VolumeControl.WPF.CustomMessageBox Namespace Reference

Classes

class  CustomMessageBox
 Interaction logic for CustomMessageBox.xaml More...
 
class  CustomMessageBoxButton
 A button for use in a CustomMessageBox. More...
 
class  CustomAdorner
 
class  CustomMessageBoxStyle
 Defines the appearance of a CustomMessageBox window. More...
 
class  CustomMessageBoxData
 Data model for CustomMessageBox windows. More...
 

Enumerations

enum class  CustomMessageBoxOptions { None = 0 , RightAlign = 524288 , RtlReading = 1048576 }
 Specifies special display options for a CustomMessageBox. More...
 

Enumeration Type Documentation

◆ CustomMessageBoxOptions

Specifies special display options for a CustomMessageBox.

Enumerator
None 

No options are set.

RightAlign 

The message box text and title bar caption are right-aligned.

RtlReading 

All text, buttons, icons, and title bars are displayed right-to-left.