Table of Contents

Interface IStudioControl

Namespace
StockSharp.Studio.Core
Assembly
StockSharp.Studio.Core.dll
public interface IStudioControl : IPersistable, IDisposable
Inherited Members
Extension Methods

Properties

Icon

Uri Icon { get; }

Property Value

Uri

IsTitleEditable

bool IsTitleEditable { get; }

Property Value

bool

Key

string Key { get; set; }

Property Value

string

SaveWithLayout

bool SaveWithLayout { get; }

Property Value

bool

Title

string Title { get; set; }

Property Value

string

Methods

FirstTimeInit()

void FirstTimeInit()

SendCommand(IStudioCommand)

void SendCommand(IStudioCommand command)

Parameters

command IStudioCommand