SalDialogBox
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Web.50 (5.0.0.0)
A SAL form configured as a fixed-size dialog.
- C#
- VB.NET
public class SalDialogBox : SalForm
Public Class SalDialogBox
Inherits SalForm
Example:
var window = new SalDialogBox();
window.Text = "Application";
window.Show();
Constructors
SalDialogBox()
Disables scrolling, minimization, maximization, and taskbar display and sets a fixed border and 394 by 168 client size.
Inherited By
| Name | Description |
|---|---|
| XSalToolbox |
Implements
| Name | Description |
|---|---|
| ISalWindow | Provides SAL window actions, named properties, and access to a window's runtime implementation. |