TSLab API Docs  1
TSLab.Script.Control Namespace Reference

Namespaces

Classes

interface  IBoolControl
 
interface  IControl
 Базовый интерфейс элемента управления More...
 
interface  IControlPane
 Панель с элементами управления More...
 
interface  IStringControl
 

Enumerations

enum  ControlParameterType {
  ControlParameterType.NotDefined, ControlParameterType.NumericValue, ControlParameterType.Slider, ControlParameterType.NumericUpDown,
  ControlParameterType.Checkbox, ControlParameterType.Button, ControlParameterType.ToggleButton, EnumComboBox,
  EnumListBox, StringComboBox, StringListBox, ControlParameterType.TradeButton,
  ControlParameterType.SliderWithIndicator, StringTextBox, DateTimePicker, TimeSpanPicker
}
 control types More...
 
enum  DesignerControlParametrType {
  None, Label, Background, VerticalSeparator,
  HorizontalSeparator
}
 

Enumeration Type Documentation

control types

Enumerator
NotDefined 

Not defined

NumericValue 

textbox control type

Slider 

slider control type

NumericUpDown 

UpDown control type

Checkbox 

checkbox control type

Button 

button control type

ToggleButton 

button control type

TradeButton 

trade button control type

SliderWithIndicator 

SliderWithIndicator control type