Represents a control that be assigned to dispalying instrument.

Namespace:  PerpetuumSoft.Framework.Model.Windows.Forms
Assembly:  PerpetuumSoft.Framework.Model (in PerpetuumSoft.Framework.Model.dll) Version: 3.9.0.1

Syntax

C#
public class SimpleViewFrame : UserControl, 
	IViewFrame, IServiceProvider
Visual Basic (Declaration)
Public Class SimpleViewFrame _
	Inherits UserControl _
	Implements IViewFrame, IServiceProvider
Visual C++
public ref class SimpleViewFrame : public UserControl, 
	IViewFrame, IServiceProvider

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
              PerpetuumSoft.Framework.Model.Windows.Forms..::.SimpleViewFrame
                PerpetuumSoft.Instrumentation.Windows.Forms..::.Widget

See Also