Skip to main content
Version: 2025

SalDialogBox

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Web.50 (5.0.0.0)

A SAL form configured as a fixed-size dialog.

public class SalDialogBox : SalForm

Example:

var window = new SalDialogBox();
window.Text = "Application";
window.Show();

Constructors

Instance member SalDialogBox()

Disables scrolling, minimization, maximization, and taskbar display and sets a fixed border and 394 by 168 client size.

Inherited By

NameDescription
XSalToolbox

Implements

NameDescription
ISalWindowProvides SAL window actions, named properties, and access to a window's runtime implementation.