Enum PropertyGridSelectPropFlags
Specifies customization flags for the methods which select items in the property grid control.
[Flags]
public enum PropertyGridSelectPropFlags
Fields
Deleting = 16Property being deselected is about to be deleted.
DialogValue = 64Property's event handler changed the value
DontSendEvent = 128Set to disable sending of Selected event.
Focus = 1Focuses to created editor.
Force = 2Forces deletion and recreation of editor.
NoRefresh = 256Don't make any graphics updates.
NoValidate = 8Do not validate editor's value before selecting.
NonVisible = 4For example, doesn't cause EnsureVisible.
SetUnspecified = 32Property's values was set to unspecified by the user.