Class ControlType
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
Properties
Description
Declaration
public string Description { get; }
Property Value
Icon
Declaration
public ImageSource Icon { get; }
Property Value
Declaration
public bool IsToolWindow { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
Type
Declaration
public Type Type { get; }
Property Value
Extension Methods