[Missing <summary> documentation for "T:CoreDevices.NI_Controls.PictureBoard"]

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

Syntax

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

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
              CoreDevices.NI_Controls..::.PictureBoard
                Micromanager_net..::.MMCOMpictureBoard

See Also