SalRibbonBarBase
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Web.50 (5.0.0.0)
Base SAL form that creates ribbon and status-bar accessories.
- C#
- VB.NET
public class SalRibbonBarBase : SalForm
Public Class SalRibbonBarBase
Inherits SalForm
Example:
SalRibbonBarBase window = new SalRibbonBarForm();
window.Text = "Workspace";
Constructors
SalRibbonBarBase()
Creates the ribbon and status bar and saves the ribbon application-button reference.
Inherited By
| Name | Description |
|---|---|
| SalRibbonBarForm | A ribbon-enabled SAL form that hosts a single control or embedded child form. |
| SalRibbonBarMDI | A ribbon-enabled SAL multiple-document container. |
Implements
| Name | Description |
|---|---|
| ISalWindow | Provides SAL window actions, named properties, and access to a window's runtime implementation. |