See also:
NTier Windows Forms Framework Home
NTier Framework API reference

The form preview pane control that's shown when the 'Data Entry Form' node is selected.

Namespace: NTier.AppWizard.Forms
Assembly: NTier.AppWizard.Forms (in NTier.AppWizard.Forms.dll) Version: 1.0.0.0

Syntax

C#
public class DataEntryFormPreviewControl : FormPreviewControl
Visual Basic
Public Class DataEntryFormPreviewControl
	Inherits FormPreviewControl
Visual C++
public ref class DataEntryFormPreviewControl : public FormPreviewControl

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
              NUserControl
                NTier.Designer.Forms..::..NDUserControl
                  NTier.Designer.Forms..::..FormPreviewControl
                    NTier.AppWizard.Forms..::..DataEntryFormPreviewControl

See Also