Method AddToSelection
AddToSelection(IPropertyGridItem)
Adds given property into selection.
bool AddToSelection(IPropertyGridItem propArg)
Parameters
propArg
IPropertyGridItem
Returns
Remarks
Multiple selection is not supported for categories. This means that if you have properties selected, you cannot add category to selection, and also if you have category selected, you cannot add other properties to selection. This function will fail silently in these cases, even returning true.