Skip to main content
Version: 2025

SalRibbonBarBase

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Web.50 (5.0.0.0)

Base SAL form that creates ribbon and status-bar accessories.

public class SalRibbonBarBase : SalForm

Example:

SalRibbonBarBase window = new SalRibbonBarForm();
window.Text = "Workspace";

Constructors

Instance member SalRibbonBarBase()

Creates the ribbon and status bar and saves the ribbon application-button reference.

Inherited By

NameDescription
SalRibbonBarFormA ribbon-enabled SAL form that hosts a single control or embedded child form.
SalRibbonBarMDIA ribbon-enabled SAL multiple-document container.

Implements

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