Skip to main content

SalDialogBox

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Runtime.50 (5.0.0.0)

Provides a SAL dialog with a fixed border and no minimize, maximize, or taskbar button.

public class SalDialogBox : SalForm

Example:

var form = new PPJ.Runtime.Windows.SalDialogBox();
form.Text = "Application";

Constructors

Instance member SalDialogBox()

Initializes a fixed dialog with scrolling disabled and a 394 by 168 pixel client area.

Properties

Instance member Icon

Icon: Gets or sets the window icon through the base form.

Inherited By

NameDescription
XSalToolbox

Implements

NameDescription
ISalWindowExposes SAL message dispatch and runtime metadata for child controls, forms, dialogs, and MDI windows.