Links

SalFormToolBar

PPJ.Runtime.Windows.SalFormToolBar
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.49 (4.9.0.0)
Replicates Team Developer's fixed toolbar.
C#
VB.NET
public class SalFormToolBar : Panel, ISalAccessory, ISalWindow
Public Class SalFormToolBar
Inherits Panel
Implements ISalAccessory, ISalWindow

Constructors

SalFormToolBar()

Constructor

Properties

Appearance

ToolBarAppearance: Returns/Sets a value that determines the appearance of the toolbar. (Default: Normal)

Create

Boolean: Determines whether the accessory control will be created at runtime. (Default: True)

UseVisualStyleBackColor

Boolean: Returns/Sets a value that determines if the toolbar paints the background using visual styles, if supported. (Default: False)

Implements

Name
Description
Accessories controls (toolbar, status bar and client area) implement this interface.
All Sal windows (Child windows, Forms, Dialogs and MDIs) implement this interface.