Method Insert
Insert(IPropertyGridItem, IPropertyGridItem)
Inserts property before another property.
void Insert(IPropertyGridItem priorThis, IPropertyGridItem newproperty)
Parameters
priorThis
IPropertyGridItemProperty item before which other property will be inserted.
newproperty
IPropertyGridItemProperty item to insert.