Method SelectProperty
SelectProperty(IPropertyGridItem, bool)
Selects a property.
bool SelectProperty(IPropertyGridItem propArg, bool focus)
Parameters
propArgIPropertyGridItemfocusboolIf
true, move keyboard focus to the created editor right away.
Returns
- bool
trueif selection finished successfully. Usually only fails if current value in editor is not valid.
Remarks
Editor widget is automatically created, but not focused unless focus is true.