[]
public static bool GetReadOnlyAttribute(object component, string propName)
| Type | Name | Description |
|---|---|---|
| object | component | |
| string | propName |
| Type | Description |
|---|---|
| bool |
public static bool GetReadOnlyAttribute(PropertyDescriptorCollection props, string propName)
| Type | Name | Description |
|---|---|---|
| PropertyDescriptorCollection | props | |
| string | propName |
| Type | Description |
|---|---|
| bool |
public static bool GetReadOnlyAttribute(PropertyDescriptor prop)
| Type | Name | Description |
|---|---|---|
| PropertyDescriptor | prop |
| Type | Description |
|---|---|
| bool |