Table of Contents

Class OpenWindowCommand

Namespace
StockSharp.Studio.Core.Commands
Assembly
StockSharp.Studio.Core.dll
public class OpenWindowCommand : BaseStudioCommand, IStudioCommand
Inheritance
OpenWindowCommand
Implements
Inherited Members
Extension Methods

Constructors

OpenWindowCommand(string, Type, bool)

public OpenWindowCommand(string id, Type ctrlType, bool isToolWindow)

Parameters

id string
ctrlType Type
isToolWindow bool

Properties

CtrlType

public Type CtrlType { get; }

Property Value

Type

Id

public string Id { get; }

Property Value

string

IsToolWindow

public bool IsToolWindow { get; }

Property Value

bool

Result

public IStudioControl Result { get; set; }

Property Value

IStudioControl