Table of Contents

Enum PropertyGridSelectPropFlags

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

Specifies customization flags for the methods which select items in the property grid control.

[Flags]
public enum PropertyGridSelectPropFlags

Fields

Deleting = 16

Property being deselected is about to be deleted.

DialogValue = 64

Property's event handler changed the value

DontSendEvent = 128

Set to disable sending of Selected event.

Focus = 1

Focuses to created editor.

Force = 2

Forces deletion and recreation of editor.

NoRefresh = 256

Don't make any graphics updates.

NoValidate = 8

Do not validate editor's value before selecting.

NonVisible = 4

For example, doesn't cause EnsureVisible.

SetUnspecified = 32

Property's values was set to unspecified by the user.