IContainer
IRenderer
.CreateDialogContainer(
String
name,
Int32
x,
Int32
y,
Int32
width,
Int32
height)
Creates a dialog box.
Remarks
Examples
Parameters
name
Type:
String
The name of the dialog box.
x
Type:
Int32
The initial x position.
y
Type:
Int32
The initial y position.
width
Type:
Int32
The initial width.
height
Type:
Int32
The initial height.
Return Value
Type:
IContainer
The dialog box.