DevMessageBox(Form, Int32) Constructor
Namespace: DevCase.UI.DialogsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public DevMessageBox(
Form owner,
int timeOut
)
Public Sub New (
owner As Form,
timeOut As Integer
)
Dim owner As Form
Dim timeOut As Integer
Dim instance As New DevMessageBox(owner, timeOut)
public:
DevMessageBox(
Form^ owner,
int timeOut
)
new :
owner : Form *
timeOut : int -> DevMessageBox
No code example is currently available or this language may not be supported.
Parameters
- owner Form
- T
The Form that owns this DevMessageBox.
- timeOut Int32
-
The time interval to auto-close this DevMessageBox, in milliseconds.
Default value is 0, which means Infinite.