Show / Hide Table of Contents

Class ControlType

Inheritance
Object
ControlType
Namespace: StockSharp.Studio.Controls
Assembly: StockSharp.Studio.Controls.dll
Syntax
public class ControlType : Object

Constructors

ControlType(Type)

Declaration
public ControlType(Type type)
Parameters
Type Name Description
Type type

ControlType(Type, String, String, Uri)

Declaration
public ControlType(Type type, string name, string description, Uri icon)
Parameters
Type Name Description
Type type
String name
String description
Uri icon

Properties

Description

Declaration
public string Description { get; }
Property Value
Type Description
String

Icon

Declaration
public ImageSource Icon { get; }
Property Value
Type Description
ImageSource

IsToolWindow

Declaration
public bool IsToolWindow { get; }
Property Value
Type Description
Boolean

Name

Declaration
public string Name { get; }
Property Value
Type Description
String

Type

Declaration
public Type Type { get; }
Property Value
Type Description
Type

Extension Methods

Paths.Serialize<T>(T, String)
Paths.Serialize<T>(T)
EditorExtensions.ToItemsSource(Object, Type, Nullable<Boolean>, Nullable<ListSortDirection>, Func<IItemsSourceItem, Boolean>, Func<Object, String>, Func<Object, String>)
XamlHelper.WpfCast<T>(Object)
XamlHelper.CopyToClipboard<T>(T)
XamlHelper.EnsureUIThread(Object)
☀
☾
In This Article
Back to top
Copyright © StockSharp.
☀
☾