Class MessageBoxHelper
Static methods to make it easier to show message boxes
Inherited Members
Namespace: CAMAPI.UIDialogs.DotnetHelper
Assembly: CAMAPI.UIDialogs.DotnetHelper.dll
Syntax
public static class MessageBoxHelper
Methods
BuildButtons(params TUIButtonType[])
Build value provided as parameter in MessageBox(string, TMessageDialogType, ushort, TUIButtonType, string) as enum of buttons, because we can't use set of TUIButtonType (exceeds 255)
Declaration
public static ushort BuildButtons(params TUIButtonType[] buttons)
Parameters
| Type | Name | Description |
|---|---|---|
| TUIButtonType[] | buttons |
Returns
| Type | Description |
|---|---|
| ushort |