[This is preliminary documentation and is subject to change.]

Křeslo napojené na joystick

Namespace: Tools.Experimental.DevicesT.JoystickT
Assembly: Tools Experimental (in Tools Experimental.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[DesignerGeneratedAttribute]
public class JoyChair : UserControl, IChair
Visual Basic
<DesignerGeneratedAttribute> _
Public Class JoyChair _
	Inherits UserControl _
	Implements IChair
Visual C++
[DesignerGeneratedAttribute]
public ref class JoyChair : public UserControl, 
	IChair
F#
[<DesignerGeneratedAttribute>]
type JoyChair =  
    class
        inherit UserControl
        interface IChair
    end
JScript
public class JoyChair extends UserControl implements IChair

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..ScrollableControl
          System.Windows.Forms..::..ContainerControl
            System.Windows.Forms..::..UserControl
              Tools.Experimental.DevicesT.JoystickT..::..JoyChair

See Also