Click or drag to resize

Control Class

A recognised control widget.
Inheritance Hierarchy

Namespace: Demo3D.ControlPanel
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public class Control

The Control type exposes the following members.

Constructors
 NameDescription
Protected methodControl Constructs a control.
Protected methodControl(String, String, Type) Contstructs a contol, overriding the default control widget name and argument.
Top
Fields
 NameDescription
Public fieldStatic memberCheck A check box.
Public fieldStatic memberEmergencyStopButton An emergency stop button control with default configuration.
Public fieldStatic memberInteger An integer.
Public fieldStatic memberLamp A lamp with default configuration.
Public fieldStatic memberPushableLamp A pushable lamp control with default configuration.
Public fieldStatic memberPushButton A push button with default configuration.
Public fieldStatic memberReal A real (64 bit) value.
Public fieldStatic memberText A string.
Public fieldStatic memberThreeWayRotarySwitch A three way rotary switch. Values are: 1, 2, or 3.
Public fieldStatic memberTwoWayRotarySwitch A two way rotary switch. Values are: 0 off, 1 on.
Top
See Also