-
Couldn't load subscription status.
- Fork 2
M_DataTools_MessageBoxEx_MessageBoxExButton__ctor_3
Nathan Moschkin edited this page Aug 22, 2020
·
3 revisions
Create a new custom button with a custom result value.
Namespace: DataTools.MessageBoxEx
Assembly: MessageBoxEx (in MessageBoxEx.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public MessageBoxExButton(
string caption,
Object customResult,
bool isDefault = false
)VB
Public Sub New (
caption As String,
customResult As Object,
Optional isDefault As Boolean = false
)
- caption
- Type: System.String
The button text - customResult
- Type: System.Object
The custom result this button will return - isDefault (Optional)
- Type: System.Boolean
Is the default button
MessageBoxExButton Class
MessageBoxExButton Overload
DataTools.MessageBoxEx Namespace