Specifies the combination of buttons that should be displayed in a message box shown with the ITerminalServicesSession.MessageBox method.
Declaring type: RemoteMessageBoxButtons
Namespace: Cassia
Assembly: Cassia
Collapse/Expand Public Fields
  Name Description
Public Field Static AbortRetryIgnore Show "Abort", "Retry", and "Ignore" buttons.
Public Field Static Ok Show only an "OK" button. This is the default.
Public Field Static OkCancel Show "OK" and "Cancel" buttons.
Public Field Static RetryCancel Show "Retry" and "Cancel" buttons.
Public Field value__

There is no summary.

Public Field Static YesNo Show "Yes" and "No" buttons.
Public Field Static YesNoCancel Show "Yes", "No", and "Cancel" buttons.