Table of Contents

Class ControlType

Namespace
StockSharp.Studio.Controls
Assembly
StockSharp.Studio.Controls.dll
public class ControlType
Inheritance
ControlType
Inherited Members
Extension Methods

Constructors

ControlType(Type)

public ControlType(Type type)

Parameters

type Type

ControlType(Type, string, string, Uri)

public ControlType(Type type, string name, string description, Uri icon)

Parameters

type Type
name string
description string
icon Uri

Properties

Description

public string Description { get; }

Property Value

string

Icon

public ImageSource Icon { get; }

Property Value

ImageSource

IsToolWindow

public bool IsToolWindow { get; }

Property Value

bool

Name

public string Name { get; }

Property Value

string

Type

public Type Type { get; }

Property Value

Type