Table of Contents

Method EnableProperty

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

EnableProperty(IPropertyGridItem, bool)

Changes enabled state of the property.

bool EnableProperty(IPropertyGridItem id, bool enable)

Parameters

id IPropertyGridItem
enable bool

New enabled state value.

Returns

bool

true if operation was successful, false otherwise.