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 |
| Default | The text is read-only and the button is disabled when IsReadOnly is |
| TextReadOnly | The text is always read-only.
The button is disabled when IsReadOnly is |