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.
- C#
- VB.NET
public class SalDialogBox : SalForm
Public Class SalDialogBox
Inherits SalForm
Example:
var form = new PPJ.Runtime.Windows.SalDialogBox();
form.Text = "Application";
Constructors
SalDialogBox()
Initializes a fixed dialog with scrolling disabled and a 394 by 168 pixel client area.
Properties
Icon
Icon: Gets or sets the window icon through the base form.
Inherited By
| Name | Description |
|---|---|
| XSalToolbox |
Implements
| Name | Description |
|---|---|
| ISalWindow | Exposes SAL message dispatch and runtime metadata for child controls, forms, dialogs, and MDI windows. |