PropertyGridControl Constructor
PropertyGridControl()
Initializes a new instance of the PropertyGridControl
class with default settings.
Declaration
public PropertyGridControl()
PropertyGridControl(IPropertyGrid)
Initializes a new instance of the PropertyGridControl
class with specified IPropertyGrid.
Declaration
public PropertyGridControl(IPropertyGrid pg)
Parameters
Type | Name | Description |
---|---|---|
IPropertyGrid | pg | IPropertyGrid belongs to this new instance. |