UAOOI.Windows.Forms

AddObject<(Of <(<'TObject>)>)> Class

The form allows editing values of the browse-able properties of the assigned object using the property grid. Returning dialog results can be used to accept or reject changes.
Form allowing to modify properties of new created object.

Namespace:  UAOOI.Windows.Forms
Assembly:  CAS.Windows.Forms (in CAS.Windows.Forms.dll)

Syntax


public class AddObject<TObject> : Form

Type Parameters

TObject
Type of the object to modify and accept properties.

Inheritance Hierarchy


Object
  MarshalByRefObject
    Component
      Control
        ScrollableControl
          ContainerControl
            Form
              UAOOI.Windows.Forms..::..AddObject<(Of <(<'TObject>)>)>