A runtime form designer control

FormDesigner.PropertyGrid Property

Get / Set PropertyGrid used for displaying properties of SelectedComponents.

[Visual Basic]
Public Property PropertyGrid As PropertyGrid
[C#]
public PropertyGrid PropertyGrid { get; set; }
[C++]
public: __property PropertyGrid* get_PropertyGrid();
public: __property void set_PropertyGrid(PropertyGrid* );
[JScript]
public function get PropertyGrid() : PropertyGrid
public function set PropertyGrid(PropertyGrid);

Remarks

While in Design mode, FormDesigner will automatically show the properties of the selected components in the specified property grid.

Using this property, you can easily provide a user interface that allows display and modification of the component properties when your form designer application is presenting a design view to the user.

See Also

FormDesigner Class | Viklele.Win.Designer Namespace