Table of Contents

Method SelectProperty

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SelectProperty(IPropertyGridItem, bool)

Selects a property.

bool SelectProperty(IPropertyGridItem propArg, bool focus)

Parameters

propArg IPropertyGridItem
focus bool

If 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.