Table of Contents

Enum StatusBarPanelStyle

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

Enumerates styles of the individual panel in the status bar.

public enum StatusBarPanelStyle

Fields

Flat = 1

No border is painted around the panel so that it appears flat.

Normal = 0

The panel appears with the default native border.

Raised = 2

A raised 3D border is painted around the panel.

Sunken = 3

A sunken 3D border is painted around the panel.