Specifies additional options for a message box shown with the ITerminalServicesSession.MessageBox method.
Declaring type: RemoteMessageBoxOptions
Namespace: Cassia
Assembly: Cassia
Collapse/Expand Public Fields
  Name Description
Public Field Static None No additional options. This is the default.
Public Field Static RightAligned Specifies that the text in the message box should be right-aligned. The default is left-aligned.
Public Field Static RtlReading Specifies that the message box should use a right-to-left reading order.
Public Field Static SetForeground Specifies that the message box should be set to the foreground window when displayed.
Public Field Static TopMost Specifies that the message box should appear above all other windows on the screen.
Public Field value__

There is no summary.