Table of Contents

Method LimitPropertyEditing

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

LimitPropertyEditing(IPropertyGridItem, bool)

Disables (limit = true) or enables (limit = false) text editor of a property, if it is not the sole mean to edit the value.

void LimitPropertyEditing(IPropertyGridItem id, bool limit)

Parameters

id IPropertyGridItem
limit bool

true to disable text editor, false otherwise.