In This Article

ExtendedStringPropertyEditorBehavior Enum

Specifies the read-only/enabled state behavior of controls within an ExtendedStringPropertyEditor.

public enum ExtendedStringPropertyEditorBehavior

Fields

Name Description
ButtonEnabled

The text is read-only when IsReadOnly is true. The button is enabled, even when IsValueReadOnly is true, but not when IsHostReadOnly is true.

Default

The text is read-only and the button is disabled when IsReadOnly is true.

TextReadOnly

The text is always read-only. The button is disabled when IsReadOnly is true.