Table of Contents

Class StatusBarPanel

Namespace
StockSharp.Studio.Controls
Assembly
StockSharp.Studio.Controls.dll
public class StatusBarPanel : BaseStudioControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IStudioControl, INotifyPropertyChanged, ILogListener, IPersistable, IDisposable, IComponentConnector
Inheritance
StatusBarPanel
Implements
IPersistable
Inherited Members
Extension Methods

Constructors

StatusBarPanel()

public StatusBarPanel()

Fields

CopyToBufferCommand

public static readonly RoutedCommand CopyToBufferCommand

Field Value

RoutedCommand

LastLogInfoProperty

public static DependencyProperty LastLogInfoProperty

Field Value

DependencyProperty

LogDirectoryCommand

public static readonly RoutedCommand LogDirectoryCommand

Field Value

RoutedCommand

SendLogsCommand

public static readonly RoutedCommand SendLogsCommand

Field Value

RoutedCommand

StatusProperty

public static DependencyProperty StatusProperty

Field Value

DependencyProperty

Properties

HasErrors

public bool HasErrors { get; set; }

Property Value

bool

LastLogInfo

public StatusBarPanel.LogInfo LastLogInfo { get; set; }

Property Value

StatusBarPanel.LogInfo

Status

public string Status { get; set; }

Property Value

string

Methods

Dispose(CloseReason)

public override void Dispose(CloseReason reason)

Parameters

reason CloseReason

InitializeComponent()

public void InitializeComponent()

ResetLogsImages()

public void ResetLogsImages()

Events

SendLogs

public event Action SendLogs

Event Type

Action