Class NewsPanel
Implements
Ecng.Serialization.IPersistable
Assembly: StockSharp.Studio.Controls.dll
Syntax
[DisplayNameLoc("News")]
[DescriptionLoc("Str3238", false)]
public class NewsPanel : BaseStudioControl, IStudioControl, IPersistable, IDisposable, INotifyPropertyChanged, IComponentConnector
Constructors
NewsPanel()
Declaration
Fields
SubscribeNewsProperty
Declaration
public static readonly DependencyProperty SubscribeNewsProperty
Field Value
Properties
SubscribeNews
Declaration
public bool SubscribeNews { get; set; }
Property Value
Methods
Dispose(CloseReason)
Declaration
public override void Dispose(CloseReason reason)
Parameters
Overrides
InitializeComponent()
Declaration
public void InitializeComponent()
Load(SettingsStorage)
Declaration
public override void Load(SettingsStorage storage)
Parameters
Type |
Name |
Description |
Ecng.Serialization.SettingsStorage |
storage |
|
Overrides
Save(SettingsStorage)
Declaration
public override void Save(SettingsStorage storage)
Parameters
Type |
Name |
Description |
Ecng.Serialization.SettingsStorage |
storage |
|
Overrides
Implements
Ecng.Serialization.IPersistable
Extension Methods