showItem

scrolls the property sheet to make the specified property visible

void showItem(id id);
ididthe id of the property

Example

property.showItem(123)

See also
Back to top