Table of Contents

Method SetStatusStyles

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SetStatusStyles(StatusBarPanelStyle[])

Sets the styles of the panels in the status line which can make panels appear flat or raised instead of the standard sunken 3D border.

public virtual bool SetStatusStyles(StatusBarPanelStyle[] styles)

Parameters

styles StatusBarPanelStyle[]

Contains an array of StatusBarPanelStyle with the styles for each panel.

Returns

bool

true if success; false otherwise.

Remarks

This method doesn't affect Panels, it wortks with the native control.