Method SelectProperty
SelectProperty(IPropertyGridItem, bool)
Selects a property.
bool SelectProperty(IPropertyGridItem propArg, bool focus)
Parameters
propArg
IPropertyGridItemfocus
boolIf
true
, move keyboard focus to the created editor right away.
Returns
- bool
true
if 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.