[Missing <summary> documentation for "T:Micromanager_net.NI_Controls.SingleDeviceHolder"]

Namespace:  Micromanager_net.NI_Controls
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
[SerializableAttribute]
public class SingleDeviceHolder : UserControl, 
	ISingleDeviceHolder
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class SingleDeviceHolder _
	Inherits UserControl _
	Implements ISingleDeviceHolder
Visual C++
[SerializableAttribute]
public ref class SingleDeviceHolder : public UserControl, 
	ISingleDeviceHolder

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
              Micromanager_net.NI_Controls..::.SingleDeviceHolder

See Also