See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Assembly: NTier.Model.Forms (in NTier.Model.Forms.dll) Version: 1.0.0.0
NTier Windows Forms Framework Home
NTier Framework API reference
Render a DataRelation object given the two visual table DataTableMdiChild components.
Namespace: NTier.Model.FormsAssembly: NTier.Model.Forms (in NTier.Model.Forms.dll) Version: 1.0.0.0
Syntax
C# |
---|
public void Paint( Control container, PaintEventArgs e ) |
Visual Basic |
---|
Public Sub Paint ( container As Control, e As PaintEventArgs ) |
Visual C++ |
---|
public: void Paint( Control^ container, PaintEventArgs^ e ) |
Parameters
- container
- Type: System.Windows.Forms..::..Control